iw4x moment ._.

This commit is contained in:
ineed bots 2023-12-16 12:40:01 -06:00
parent 073b120bc6
commit 85f5d42367
2 changed files with 4 additions and 4 deletions

View File

@ -1072,7 +1072,7 @@ classWatch()
for ( ;; )
{
while ( !isdefined( self.pers["team"] ) || !allowClassChoice() )
while ( !isdefined( self.pers["team"] ) || !allowClassChoiceUtil() )
wait .05;
wait 0.5;
@ -1145,7 +1145,7 @@ teamWatch()
for ( ;; )
{
while ( !isdefined( self.pers["team"] ) || !allowTeamChoice() )
while ( !isdefined( self.pers["team"] ) || !allowTeamChoiceUtil() )
wait .05;
wait 0.1;

View File

@ -628,7 +628,7 @@ getValidTube()
/*
iw5
*/
allowClassChoice()
allowClassChoiceUtil()
{
return true;
}
@ -636,7 +636,7 @@ allowClassChoice()
/*
iw5
*/
allowTeamChoice()
allowTeamChoiceUtil()
{
return true;
}