]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/progs.inc
Change mod loading to take an absolute path
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / progs.inc
index 381fd33eab2bfabf52f7891ecd919c415ffb3240..1000a5105ba25da7332711ae91b3b6c3d0323f3e 100644 (file)
@@ -6,6 +6,6 @@
 
 #include <ecs/_mod.inc>
 
-#if BUILD_MOD
-#include "../../mod/server/progs.inc"
+#ifdef BUILD_MOD
+#include <mod/server/progs.inc>
 #endif