This commit is contained in:
INeedBots 2020-12-20 22:13:00 -06:00
parent 189bf664c5
commit 80c176b48a

View File

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