X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4;hb=e95cf471e2b4a66a099aff48cad52b3b37951518;hp=45d1f7584cef1663b5d6909d67714092360eaea5;hpb=b7948bdfd215689f16cacc3467944f2517a2f5a8;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);