Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
return to dr menu after delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo H committed Jul 30, 2019
1 parent fed31a8 commit ae632a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/surftimer/sql.sp
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ public int callback_Confirm(Menu menu, MenuAction action, int client, int key)
PrintToServer(szQuery);

CPrintToChat(client, "%t", "DeleteRecordsDeletion", g_szChatPrefix);
ShowMainDeleteMenu(client);
}

}
Expand Down

0 comments on commit ae632a2

Please sign in to comment.