mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 19:38:25 +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)
|
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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user