From: Mario Date: Wed, 23 Jan 2013 09:28:50 +0000 (+1100) Subject: Remove debug print from mobspawn command X-Git-Tag: xonotic-v0.8.0~241^2^2~578 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1d371c593f6dfd4912f9b6ceea6e1de82f281ef9;p=xonotic%2Fxonotic-data.pk3dir.git Remove debug print from mobspawn command --- diff --git a/qcsrc/server/command/cmd.qc b/qcsrc/server/command/cmd.qc index 02fcc32fd..905a59577 100644 --- a/qcsrc/server/command/cmd.qc +++ b/qcsrc/server/command/cmd.qc @@ -196,12 +196,6 @@ void ClientCommand_mobspawn(float request, float argc) tospawn = argv(1); mname = argv(3); - if(tospawn == "help") - { - sprint(self, strcat(ftos(self.monstercount), " ", ftos(totalspawned), "\n")); - return; - } - if(tospawn == "list") { sprint(self, "Available monsters:\n");