mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 14:41:49 +00:00
Fix
This commit is contained in:
@ -555,6 +555,9 @@ bot_wait_for_host()
|
||||
{
|
||||
host = undefined;
|
||||
|
||||
while (!isDefined(level) || !isDefined(level.players))
|
||||
wait 0.05;
|
||||
|
||||
for(i = 0; i < 100; i++)
|
||||
{
|
||||
host = GetHostPlayer();
|
||||
|
Reference in New Issue
Block a user