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