]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_assault.qc
#includes: cleanup server
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_assault.qc
index 1a10e3c6c9c789107fc0b80901f63bc7d941230f..85d975fbc60f7b89f26071138a0b081232b37b3f 100644 (file)
@@ -1,5 +1,4 @@
 #include "gamemode_assault.qh"
-#include "../_all.qh"
 
 #include "gamemode.qh"
 
@@ -296,6 +295,7 @@ spawnfunc(target_objective_decrease)
 }
 
 // destructible walls that can be used to trigger target_objective_decrease
+spawnfunc(func_breakable);
 spawnfunc(func_assault_destructible)
 {
        if (!g_assault) { remove(self); return; }