From: Samual Date: Mon, 7 Nov 2011 16:07:18 +0000 (-0500) Subject: Add comment for direction on how to add commands X-Git-Tag: xonotic-v0.6.0~188^2~28^2~242 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1dbaca6c30eab3a193eb8a2d89adce5533622352;p=xonotic%2Fxonotic-data.pk3dir.git Add comment for direction on how to add commands --- diff --git a/qcsrc/server/gamecommand.qc b/qcsrc/server/gamecommand.qc index f97898e40..a30249162 100644 --- a/qcsrc/server/gamecommand.qc +++ b/qcsrc/server/gamecommand.qc @@ -1729,7 +1729,7 @@ void GameCommand_warp(float request, float argc) } } -/* +/* use this when creating a new command, making sure to place it in alphabetical order. void GameCommand_(float request) { switch(request)