[Commands] Remove #equipitem Command (#3040)

* [Commands] Remove #equipitem Command

# Notes
- This command causes issues with cursor and inventory slot desynchronizations and seems to largely be unused/unnecessary.

* Remove from command files.
This commit is contained in:
Alex King
2023-03-05 22:36:04 -05:00
committed by GitHub
parent 2e55da2b2d
commit 8f5e7978ab
3 changed files with 0 additions and 85 deletions
-1
View File
@@ -82,7 +82,6 @@ void command_emoteview(Client *c, const Seperator *sep);
void command_emptyinventory(Client *c, const Seperator *sep);
void command_enablerecipe(Client *c, const Seperator *sep);
void command_endurance(Client *c, const Seperator *sep);
void command_equipitem(Client *c, const Seperator *sep);
void command_exptoggle(Client *c, const Seperator *sep);
void command_faction(Client *c, const Seperator *sep);
void command_faction_association(Client *c, const Seperator *sep);