mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
OOPS
This commit is contained in:
parent
3839339662
commit
3972cf725c
@ -578,11 +578,11 @@ teamBots()
|
||||
continue;
|
||||
|
||||
if (toTeam == "allies")
|
||||
self thread [[level.allies]]();
|
||||
player thread [[level.allies]]();
|
||||
else if (toTeam == "axis")
|
||||
self thread [[level.axis]]();
|
||||
player thread [[level.axis]]();
|
||||
else
|
||||
self thread [[level.spectator]]();
|
||||
player thread [[level.spectator]]();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -605,7 +605,7 @@ teamBots()
|
||||
{
|
||||
if(axis > teamAmount)
|
||||
{
|
||||
self thread [[level.allies]]();
|
||||
player thread [[level.allies]]();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -613,12 +613,12 @@ teamBots()
|
||||
{
|
||||
if(axis < teamAmount)
|
||||
{
|
||||
self thread [[level.axis]]();
|
||||
player thread [[level.axis]]();
|
||||
break;
|
||||
}
|
||||
else if(player.pers["team"] != "allies")
|
||||
{
|
||||
self thread [[level.allies]]();
|
||||
player thread [[level.allies]]();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user