Skip to content

Commit 71a381e

Browse files
Block join_class command as a living Invader (#45)
Block join_class command
1 parent 968a6d9 commit 71a381e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addons/sourcemod/scripting/mitm/console.sp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ void Console_Init()
3535
PSM_AddCommandListener(CommandListener_AutoTeam, "autoteam");
3636
PSM_AddCommandListener(CommandListener_JoinTeam, "jointeam");
3737
PSM_AddCommandListener(CommandListener_JoinClass, "joinclass");
38+
PSM_AddCommandListener(CommandListener_JoinClass, "join_class");
3839
PSM_AddCommandListener(CommandListener_Buyback, "td_buyback");
3940

4041
PSM_AddMultiTargetFilter("@defenders", MultiTargetFilter_Defenders, "Target_Defenders", true);

0 commit comments

Comments
 (0)