]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
We still need WITHSELF on PutClientInServer...
authorMario <mario@smbclan.net>
Sat, 11 Jun 2016 09:37:40 +0000 (19:37 +1000)
committerMario <mario@smbclan.net>
Sat, 11 Jun 2016 09:37:40 +0000 (19:37 +1000)
qcsrc/server/cl_client.qc

index 93a63e5ac6c63bd56c58924256186b964bea73e4..fe73c873434ff83504247f1aef55abeca06aa82e 100644 (file)
@@ -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)