From: Mario Date: Thu, 29 Aug 2013 12:47:05 +0000 (+1000) Subject: Remove useless spawnmonster definition X-Git-Tag: xonotic-v0.8.0~241^2^2~137 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=66eb4fbfcb07e914906180b488cb10dc7600dad6;p=xonotic%2Fxonotic-data.pk3dir.git Remove useless spawnmonster definition --- diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 45d1f7584..120bf3e02 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -13,7 +13,5 @@ float totalspawned; string MapVote_Suggest(string m); -entity spawnmonster(string monster, float mnster, entity spawnedby, entity own, vector orig, float respwn, float moveflag); - // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file void ClientCommand_macro_write_aliases(float fh);