mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
fix parameter ordering in call to Shavit_GetReplayBotIndex
This commit is contained in:
parent
35b61a0abc
commit
cbab6fc490
@ -1678,7 +1678,7 @@ public Action Command_Spec(int client, int args)
|
||||
}
|
||||
else if(gB_Replay)
|
||||
{
|
||||
target = Shavit_GetReplayBotIndex(-1, 0); // try to find normal bot
|
||||
target = Shavit_GetReplayBotIndex(0, -1); // try to find normal bot
|
||||
|
||||
if (target < 1)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user