mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Fix special class gamemodes
This commit is contained in:
parent
f3afda6703
commit
deb0356181
@ -1166,7 +1166,7 @@ classWatch()
|
||||
|
||||
for(;;)
|
||||
{
|
||||
while(!isdefined(self.pers["team"]))
|
||||
while(!isdefined(self.pers["team"]) || !allowClassChoice())
|
||||
wait .05;
|
||||
|
||||
wait 0.5;
|
||||
@ -1230,7 +1230,7 @@ teamWatch()
|
||||
|
||||
for(;;)
|
||||
{
|
||||
while(!isdefined(self.pers["team"]))
|
||||
while(!isdefined(self.pers["team"]) || !allowTeamChoice())
|
||||
wait .05;
|
||||
|
||||
wait 0.05;
|
||||
|
Loading…
x
Reference in New Issue
Block a user