1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-04 19:08:53 -05:00

Grief: player spawn point fix

Fix invalid spawn point being chosen if connected very shortly after another player
Removes need for wait in between spawning bots
This commit is contained in:
Jbleezy
2022-01-01 22:21:05 -08:00
parent 73961ae95f
commit e3329445cd
2 changed files with 1 additions and 3 deletions

View File

@ -1568,7 +1568,5 @@ spawn_bots(num)
{
level.bots[i] = addtestclient();
}
wait 0.4; // need wait or bots don't spawn at correct origin
}
}