diff --git a/Leader2/scripting/Leader2.sp b/Leader2/scripting/Leader2.sp index 15167c01..101d1335 100644 --- a/Leader2/scripting/Leader2.sp +++ b/Leader2/scripting/Leader2.sp @@ -1304,6 +1304,7 @@ public int PingMenu_Handler(Handle menu, MenuAction action, int client, int posi { KillAllPings(); PrintToChat(client, "[SM] All Pings removed."); + PingMenu(client); } } else if(action == MenuAction_End)