]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/assault.qc
apply same logic to g_pickup_items: -1 is default, 0 = off, 1 = on
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / assault.qc
index 1e91619f7aff418a4ecaf4db0d55d22738156e9d..425bbf77933892791bf46b5c96219b50daec758e 100644 (file)
@@ -47,7 +47,7 @@ void assault_objective_use() {
        self = oldself;
 }
 
-vector target_objective_spawn_evalfunc(entity player, entity spot, float teamcheck, vector current)
+vector target_objective_spawn_evalfunc(entity player, entity spot, vector current)
 {
        if(self.health < 0 || self.health >= ASSAULT_VALUE_INACTIVE)
                return '-1 0 0';