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