From: Mario Date: Sat, 11 Jun 2016 09:37:40 +0000 (+1000) Subject: We still need WITHSELF on PutClientInServer... X-Git-Tag: xonotic-v0.8.2~826 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0fc6cb599751b5d3cb932ffcea0431d35ebd26c6;p=xonotic%2Fxonotic-data.pk3dir.git We still need WITHSELF on PutClientInServer... --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index 93a63e5ac..fe73c8734 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -1304,7 +1304,7 @@ void respawn(entity this) CopyBody(this, 1); this.effects |= EF_NODRAW; // prevent another CopyBody - PutClientInServer(); + WITHSELF(this, PutClientInServer()); } void play_countdown(entity this, float finished, Sound samp)