From e12e8df3efb41daedf54be0bd644718fad4ac3ef Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 12 Nov 2021 05:56:50 -0500 Subject: [PATCH] [Commands] Remove #numauths Command. (#1728) - Remove unused command. --- zone/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/command.h b/zone/command.h index 99f570976..2a6e2009f 100644 --- a/zone/command.h +++ b/zone/command.h @@ -209,7 +209,6 @@ void command_npctypespawn(Client *c, const Seperator *sep); void command_nudge(Client* c, const Seperator* sep); void command_nukebuffs(Client *c, const Seperator *sep); void command_nukeitem(Client *c, const Seperator *sep); -void command_numauths(Client *c, const Seperator *sep); void command_object(Client* c, const Seperator *sep); void command_oocmute(Client *c, const Seperator *sep); void command_opcode(Client *c, const Seperator *sep);