]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't network target_push entities anymore (trigger_push can't be linked until brush...
authorMario <mario@smbclan.net>
Wed, 28 Oct 2015 09:59:29 +0000 (19:59 +1000)
committerMario <mario@smbclan.net>
Wed, 28 Oct 2015 09:59:29 +0000 (19:59 +1000)
qcsrc/common/triggers/trigger/jumppads.qc

index 7e25751bba7a70309abd64279fdfad7a6437f388..8640fdf98cd0788728a3834a45811c4d5cf22783 100644 (file)
@@ -401,8 +401,8 @@ bool target_push_send(entity this, entity to, float sf)
 
 void target_push_link()
 {SELFPARAM();
-       Net_LinkEntity(self, false, 0, target_push_send);
-       self.SendFlags |= 1; // update
+       //Net_LinkEntity(self, false, 0, target_push_send);
+       //self.SendFlags |= 1; // update
 }
 
 spawnfunc(target_push) { target_push_link(); }