Skip to content

Commit

Permalink
fix resetting checkpoints menu from being overlayed by checkpoint men…
Browse files Browse the repository at this point in the history
…u reopening. thanks, haze
  • Loading branch information
rtldg committed Aug 20, 2021
1 parent 5687095 commit fc801e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/shavit-misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2418,6 +2418,7 @@ public int MenuHandler_Checkpoints(Menu menu, MenuAction action, int param1, int
else if(StrEqual(sInfo, "reset"))
{
ConfirmCheckpointsDeleteMenu(param1);
gB_InCheckpointMenu[param1] = false;

return 0;
}
Expand Down

0 comments on commit fc801e8

Please sign in to comment.