skip delay if we skip seconds on a replay bot

This commit is contained in:
rtldg 2021-12-11 04:11:52 +00:00
parent 0db2b30a77
commit 07de010a28

View File

@ -2963,6 +2963,11 @@ public int MenuHandler_Replay(Menu menu, MenuAction action, int param1, int para
gA_BotInfo[index].iTick = limit;
}
}
if (gA_BotInfo[index].hTimer)
{
TriggerTimer(gA_BotInfo[index].hTimer);
}
}
OpenReplayMenu(param1);