]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add comment for direction on how to add commands
authorSamual <samual@xonotic.org>
Mon, 7 Nov 2011 16:07:18 +0000 (11:07 -0500)
committerSamual <samual@xonotic.org>
Mon, 7 Nov 2011 16:07:18 +0000 (11:07 -0500)
qcsrc/server/gamecommand.qc

index f97898e40f1756955a193149a8135a49384bd1d8..a302491627fb3419aaf4cba42086cbe927066c34 100644 (file)
@@ -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)