]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Jump pads aren't pure
authorMario <mario@smbclan.net>
Mon, 18 Apr 2016 06:53:52 +0000 (16:53 +1000)
committerMario <mario@smbclan.net>
Mon, 18 Apr 2016 06:53:52 +0000 (16:53 +1000)
qcsrc/common/triggers/trigger/jumppads.qc

index 556fe66358ed00fae0eda7d5bd4786824b43f8d1..8d08e968bdff08d9b419f8fef259df3d9035c840 100644 (file)
@@ -440,8 +440,6 @@ spawnfunc(target_position) { target_push_init(this); }
 
 NET_HANDLE(ENT_CLIENT_TRIGGER_PUSH, bool isnew)
 {
-       make_pure(this);
-
        this.classname = "jumppad";
        int mytm = ReadByte(); if(mytm) { this.team = mytm - 1; }
        this.spawnflags = ReadInt24_t();