From: Mario Date: Mon, 18 Apr 2016 06:53:52 +0000 (+1000) Subject: Jump pads aren't pure X-Git-Tag: xonotic-v0.8.2~953 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5f6ac6835870abefa47d145397f5da4d4d9cd585;p=xonotic%2Fxonotic-data.pk3dir.git Jump pads aren't pure --- diff --git a/qcsrc/common/triggers/trigger/jumppads.qc b/qcsrc/common/triggers/trigger/jumppads.qc index 556fe6635..8d08e968b 100644 --- a/qcsrc/common/triggers/trigger/jumppads.qc +++ b/qcsrc/common/triggers/trigger/jumppads.qc @@ -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();