Leader2: keep menu open on delete

This commit is contained in:
dogan 2020-08-23 20:06:40 +02:00
parent 9bb2d04e3a
commit b5ab4730e6

View File

@ -1304,6 +1304,7 @@ public int PingMenu_Handler(Handle menu, MenuAction action, int client, int posi
{ {
KillAllPings(); KillAllPings();
PrintToChat(client, "[SM] All Pings removed."); PrintToChat(client, "[SM] All Pings removed.");
PingMenu(client);
} }
} }
else if(action == MenuAction_End) else if(action == MenuAction_End)