X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=0dd27dd89582681a0ac510a832fe850ddb5797c9;hb=6e0735e995e35d56e60f8b816285077b7db0b155;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..0dd27dd89 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -1,3 +1,5 @@ +#pragma once + // ================================================= // Declarations for server side networked commands // Last updated: December 26th, 2011 @@ -6,14 +8,8 @@ .float cmd_floodtime; .float cmd_floodcount; .float lms_spectate_warning; -.float checkfail; - -// number of monsters spawned with mobspawn command -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);