projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5b5ec
)
We still need WITHSELF on PutClientInServer...
author
Mario <mario@smbclan.net>
Sat, 11 Jun 2016 09:37:40 +0000
(19:37 +1000)
committer
Mario <mario@smbclan.net>
Sat, 11 Jun 2016 09:37:40 +0000
(19:37 +1000)
qcsrc/server/cl_client.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/cl_client.qc
b/qcsrc/server/cl_client.qc
index 93a63e5ac6c63bd56c58924256186b964bea73e4..fe73c873434ff83504247f1aef55abeca06aa82e 100644
(file)
--- 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)