X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4;hb=5c2f4b4147d182636eebc0c4454fc78f6561d56f;hp=45d1f7584cef1663b5d6909d67714092360eaea5;hpb=b181d67383e003593d38ce631b0afbf9e4f6856f;p=xonotic%2Fxonotic-data.pk3dir.git 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);