]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/spawning.qc
Remove _all indirection
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / spawning.qc
index 89b4f26cfb850dcbaefcbb1321d60085d075aa34..bb204a4b54b7742c77cf503b5f9349f4607fb76d 100644 (file)
@@ -1,9 +1,9 @@
 #include "spawning.qh"
 
 #include "weaponsystem.qh"
-#include "../mutators/_all.qh"
+#include "../mutators/_mod.qh"
 #include <common/t_items.qh>
-#include <common/weapons/all.qh>
+#include <common/weapons/_all.qh>
 
 string W_Apply_Weaponreplace(string in)
 {