fix parameter ordering in call to Shavit_GetReplayBotIndex

This commit is contained in:
rtldg 2021-05-27 17:20:23 +00:00
parent 35b61a0abc
commit cbab6fc490

View File

@ -1678,7 +1678,7 @@ public Action Command_Spec(int client, int args)
} }
else if(gB_Replay) 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) if (target < 1)
{ {