[Commands] Remove #undyeme Command. (#2776)

# Notes
- Removes redundant `#undyeme` command.
- Adds `GetGM()` check to `#undye` so players can't undye other players.
This commit is contained in:
Alex King
2023-01-22 12:56:36 -05:00
committed by GitHub
parent abb41840f8
commit 35c3778baf
4 changed files with 1 additions and 11 deletions
-1
View File
@@ -284,7 +284,6 @@ void command_traindisc(Client *c, const Seperator *sep);
void command_trapinfo(Client *c, const Seperator *sep);
void command_tune(Client *c, const Seperator *sep);
void command_undye(Client *c, const Seperator *sep);
void command_undyeme(Client *c, const Seperator *sep);
void command_unfreeze(Client *c, const Seperator *sep);
void command_unlock(Client *c, const Seperator *sep);
void command_unmemspell(Client *c, const Seperator *sep);