X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4;hp=b0118c5cf327503b77ee3245f3b9082cd4a37b72;hb=90e5a408a7c967270916b7054ea6bef83f8ab2b3;hpb=8360336fa2725c644dc19cbceb9eaad56f3da9cc diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index b0118c5cf..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, 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);