We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968a6d9 commit 71a381eCopy full SHA for 71a381e
1 file changed
addons/sourcemod/scripting/mitm/console.sp
@@ -35,6 +35,7 @@ void Console_Init()
35
PSM_AddCommandListener(CommandListener_AutoTeam, "autoteam");
36
PSM_AddCommandListener(CommandListener_JoinTeam, "jointeam");
37
PSM_AddCommandListener(CommandListener_JoinClass, "joinclass");
38
+ PSM_AddCommandListener(CommandListener_JoinClass, "join_class");
39
PSM_AddCommandListener(CommandListener_Buyback, "td_buyback");
40
41
PSM_AddMultiTargetFilter("@defenders", MultiTargetFilter_Defenders, "Target_Defenders", true);
0 commit comments