Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Mar 11, 2020
1 parent 0c39c1d commit 31f4819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripting/SecuritySystem.sp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ public void InitialiseSecuritySystem()
AddCommandListener(Cmd_BlockCompletely, "bot");
AddCommandListener(Cmd_BlockCompletely, "hurtme");
AddCommandListener(Cmd_BlockCompletely, "noclip");
AddCommandListener(Cmd_BlockCompletely, "autoteam");
AddCommandListener(Cmd_BlockCompletely, "currency_give");
AddCommandListener(Cmd_BlockCompletely, "ent_remove");
AddCommandListener(Cmd_BlockCompletely, "ent_remove_all");
AddCommandListener(Cmd_BlockCompletely, "mp_playanimation");
AddCommandListener(Cmd_BlockCompletely, "mp_playgesture");
AddCommandListener(Cmd_BlockCompletely, "particle_test_start");
AddCommandListener(Cmd_BlockCompletely, "particle_test_stop");
AddCommandListener(Cmd_BlockCompletely, "showtriggers_toggle");
Expand Down

0 comments on commit 31f4819

Please sign in to comment.