From 4a376b78597fb794ac259faf5e2df39e3173aa29 Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 12 Nov 2021 05:55:35 -0500 Subject: [PATCH] [Commands] Remove #testspawn and #testspawnkill Commands. (#1724) - Remove unused commands. --- zone/command.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/command.h b/zone/command.h index 688c26475..e03969627 100644 --- a/zone/command.h +++ b/zone/command.h @@ -315,8 +315,6 @@ void command_task(Client *c, const Seperator *sep); void command_tattoo(Client *c, const Seperator *sep); void command_tempname(Client *c, const Seperator *sep); void command_petname(Client *c, const Seperator *sep); -void command_testspawn(Client *c, const Seperator *sep); -void command_testspawnkill(Client *c, const Seperator *sep); void command_texture(Client *c, const Seperator *sep); void command_time(Client *c, const Seperator *sep); void command_timers(Client *c, const Seperator *sep);