From 668b31cba02fe940980b82cbca709394c1e24b95 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 30 Jun 2016 07:35:11 +1000 Subject: [PATCH] Revert player size tweak --- qcsrc/server/cl_client.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index c7d13eea3..f23cb8b5c 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -579,8 +579,8 @@ void PutClientInServer(entity this) this.drawonlytoclient = NULL; this.crouch = false; - this.view_ofs = STAT(PL_VIEW_OFS, this); - setsize(this, STAT(PL_MIN, this), STAT(PL_MAX, this)); + this.view_ofs = STAT(PL_VIEW_OFS, NULL); + setsize(this, STAT(PL_MIN, NULL), STAT(PL_MAX, NULL)); this.spawnorigin = spot.origin; setorigin(this, spot.origin + '0 0 1' * (1 - this.mins.z - 24)); // don't reset back to last position, even if new position is stuck in solid -- 2.39.2