From 5f6ac6835870abefa47d145397f5da4d4d9cd585 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 Apr 2016 16:53:52 +1000 Subject: [PATCH] Jump pads aren't pure --- qcsrc/common/triggers/trigger/jumppads.qc | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.39.2