add two additional commands for nomlist (#1136)

* add two additional commands for nomlist

that are more intuitive

* Update shavit-mapchooser.sp
This commit is contained in:
Nairda 2022-04-02 11:15:58 +02:00 committed by GitHub
parent ef51513fcc
commit d7785f91ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,8 @@ public void OnPluginStart()
RegConsoleCmd("sm_rtv", Command_RockTheVote, "Lets players Rock The Vote");
RegConsoleCmd("sm_unrtv", Command_UnRockTheVote, "Lets players un-Rock The Vote");
RegConsoleCmd("sm_nomlist", Command_NomList, "Shows currently nominated maps");
RegConsoleCmd("sm_nominatedmaps", Command_NomList, "Shows currently nominated maps");
RegConsoleCmd("sm_nominations", Command_NomList, "Shows currently nominated maps");
RegAdminCmd("sm_smcdebug", Command_Debug, ADMFLAG_RCON);