[Commands] Cleanup #npctype_cache Command. (#2109)

* [Commands] Cleanup #npctype_cache Command.
- Cleanup messages and logic.
- Loop was returning as soon as it found first ID, so you couldn't use the spaced ID list functionality at all.

* Remove command.
This commit is contained in:
Kinglykrab
2022-05-06 22:13:16 -04:00
committed by GitHub
parent 02828a73b8
commit e26eba8e03
3 changed files with 0 additions and 30 deletions
-1
View File
@@ -166,7 +166,6 @@ void command_npcsay(Client *c, const Seperator *sep);
void command_npcshout(Client *c, const Seperator *sep);
void command_npcspawn(Client *c, const Seperator *sep);
void command_npcstats(Client *c, const Seperator *sep);
void command_npctype_cache(Client *c, const Seperator *sep);
void command_npctypespawn(Client *c, const Seperator *sep);
void command_nudge(Client *c, const Seperator *sep);
void command_nukebuffs(Client *c, const Seperator *sep);