]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Quick comments...
authorSamual <samual@xonotic.org>
Wed, 13 Jul 2011 21:15:04 +0000 (17:15 -0400)
committerSamual <samual@xonotic.org>
Wed, 13 Jul 2011 21:15:04 +0000 (17:15 -0400)
qcsrc/server/gamecommand.qc

index 4c9312527728bee87fdbc91bf400ee99e7ed8aa6..334beb0b30187f72ca5a7e024bc0f643a6cd46ee 100644 (file)
@@ -470,6 +470,10 @@ void RadarMap(float argc)
        print("Radarmap entity spawned.\n");
 }
 
+// ======================
+//  Supporting Functions
+// ======================
+
 void make_mapinfo_Think()
 {
        if(MapInfo_FilterGametype(MAPINFO_TYPE_ALL, 0, 0, 0, 1))
@@ -1843,6 +1847,7 @@ void GameCommand(string command)
                case "onslaught_updatelinks": GameCommand_onslaught_updatelinks(search_request_type); break;
                case "playerdemo": GameCommand_playerdemo(search_request_type, command); break;
                case "printstats": GameCommand_printstats(search_request_type); break;
+               //case "radarmap": GameCommand_radarmap(search_request_type); break; // TODO: handled in server/radarmap.qc
                
                default:
                        print("Invalid command. For a list of supported commands, try sv_cmd help.\n");