From: Mario <zacjardine@y7mail.com>
Date: Sun, 9 Sep 2018 22:49:15 +0000 (+1000)
Subject: Add Quake 3 map entity compatibility with duel
X-Git-Tag: xonotic-v0.8.5~1809^2~6
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1da9577d75cb298a80a5944040148431a8c89894;p=xonotic%2Fxonotic-data.pk3dir.git

Add Quake 3 map entity compatibility with duel
---

diff --git a/qcsrc/server/compat/quake3.qc b/qcsrc/server/compat/quake3.qc
index 451110058..232795fa6 100644
--- a/qcsrc/server/compat/quake3.qc
+++ b/qcsrc/server/compat/quake3.qc
@@ -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)