Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Fixed admin flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Aug 30, 2015
1 parent 42dd232 commit 0fda396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified plugins/teambans.smx
Binary file not shown.
4 changes: 2 additions & 2 deletions scripting/teambans.sp
Expand Up @@ -55,8 +55,8 @@ public void OnPluginStart()
RegAdminCmd("sm_ctban", Command_SetCTBan, ADMFLAG_BAN);
RegAdminCmd("sm_tban", Command_SetTBan, ADMFLAG_BAN);

RegAdminCmd("sm_ctunban", Command_DelCTBan, ADMFLAG_BAN);
RegAdminCmd("sm_tunban", Command_DelTBan, ADMFLAG_BAN);
RegAdminCmd("sm_ctunban", Command_DelCTBan, ADMFLAG_UNBAN);
RegAdminCmd("sm_tunban", Command_DelTBan, ADMFLAG_UNBAN);

AddCommandListener(Command_JoinTeam, "jointeam");

Expand Down

0 comments on commit 0fda396

Please sign in to comment.