]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add Quake 3 map entity compatibility with duel
authorMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 22:49:15 +0000 (08:49 +1000)
committerMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 22:49:15 +0000 (08:49 +1000)
qcsrc/server/compat/quake3.qc

index 4511100581b7d74a89f45e955292f74ce45d04a7..232795fa6e14e8c24f75bd2f6a0aaaccd9e215ab 100644 (file)
@@ -233,6 +233,8 @@ bool DoesQ3ARemoveThisEntity(entity this)
                        gametypename = "team";
                if(g_ctf)
                        gametypename = "ctf";
+               if(g_duel)
+                       gametypename = "tournament";
                if(maxclients == 1)
                        gametypename = "single";
                // we do not have the other types (oneflag, obelisk, harvester, teamtournament)