]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_quake3.qc
fix a stupid interaction between weapon throwing and weapon load (loaded ammo was...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_quake3.qc
index 45ab457f20490060381dd9804c84a74ab4af7345..f415e1fd1d397ad2a632c78648054d70c1f3ffaa 100644 (file)
@@ -164,7 +164,7 @@ float DoesQ3ARemoveThisEntity()
        if(self.gametype)
        {
                string gametypename;
-               // static char *gametypeNames[] = {"ffa", "tournament", "single", "team", "ctf", "oneflag", "obelisk", "harvester", "teamtournament"};
+               // static char *gametypeNames[] = {"ffa", "tournament", "single", "team", "ctf", "oneflag", "obelisk", "harvester", "teamtournament"}
                gametypename = "ffa";
                if(teamplay)
                        gametypename = "team";