]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/target_spawn.qc
First step to implementing removal of spawned objects. Currently in debugging state...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / target_spawn.qc
index 1253fe1c07abb9132279becd9becbeff6b00bbfa..e04e2cad88f5cb33bd2639ff3f56df2593ccbdbf 100644 (file)
@@ -345,4 +345,4 @@ void trigger_relay_if_use()
 void spawnfunc_trigger_relay_if()
 {
        self.use = trigger_relay_if_use;
-};
+}