remove unnecessary FinishReplay()

This commit is contained in:
rtldg 2021-06-11 17:09:12 +00:00
parent 6abdadab68
commit fb1912c064

View File

@ -3469,8 +3469,6 @@ public int MenuHandler_ReplayStyle(Menu menu, MenuAction action, int param1, int
gI_MenuStyle[param1] = style;
int type = gI_MenuType[param1];
FinishReplay(gA_BotInfo[param1]);
int bot = -1;
if (type == Replay_Central)