]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/freezetag/_mod.inc
Split gamemodes into cl and sv.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / freezetag / _mod.inc
index aff5bf9d7b966ddd96981f7b147481b8ceee3713..4d628003561edf58724cf9a7eec923eb5a4d40e5 100644 (file)
@@ -1,2 +1,4 @@
 // generated file; do not modify
-#include <common/gamemodes/gamemode/freezetag/freezetag.qc>
+#ifdef SVQC
+    #include <common/gamemodes/gamemode/freezetag/sv_freezetag.qc>
+#endif