X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=5f2c86e4086c89d6f8bf4547f7b6659aef421785;hb=b390995cf33514e80cff586508d4484e64e39cc0;hp=120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4;hpb=490131c400cb22079f9713ecb2d2830b84118987;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 120bf3e02..5f2c86e40 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -1,17 +1,10 @@ -// ================================================= -// Declarations for server side networked commands -// Last updated: December 26th, 2011 -// ================================================= +#pragma once .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); +string MapVote_Suggest(entity this, string m); // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file void ClientCommand_macro_write_aliases(float fh);