mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
skip delay if we skip seconds on a replay bot
This commit is contained in:
parent
0db2b30a77
commit
07de010a28
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user