mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-21 21:45:43 +00:00
fix
This commit is contained in:
parent
00cfb8ff55
commit
ebdf5a2268
@ -62,7 +62,7 @@ bot_get_prestige()
|
||||
|
||||
if (p_dvar == -1)
|
||||
{
|
||||
for (i = 0; i < level.players[i]; i++)
|
||||
for (i = 0; i < level.players.size; i++)
|
||||
{
|
||||
player = level.players[i];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user