mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 17:26:30 +00:00
[Commands] Cleanup #undye and #undyeme Commands. (#1966)
- Fix #undye command as its method was not being used in command.cpp. - Cleanup messages and logic for both #undye and #undyeme.
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
void command_undyeme(Client *c, const Seperator *sep)
|
||||
{
|
||||
if (c) {
|
||||
c->Undye();
|
||||
c->Message(Chat::Red, "Dye removed from all slots. Please zone for the process to complete.");
|
||||
}
|
||||
c->Undye();
|
||||
c->Message(Chat::White, "Undyed armor for yourself.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user