This commit is contained in:
INeedBots 2020-12-20 22:13:21 -06:00
parent 812ef072ef
commit d98274c8b5

View File

@ -685,6 +685,9 @@ GetHostPlayer()
bot_wait_for_host()
{
host = undefined;
while (!isDefined(level) || !isDefined(level.players))
wait 0.05;
for(i = 0; i < 100; i++)
{