summaryrefslogtreecommitdiff
path: root/src/game/g_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_client.c')
-rw-r--r--src/game/g_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c
index 7141f222..aa39c90c 100644
--- a/src/game/g_client.c
+++ b/src/game/g_client.c
@@ -1412,6 +1412,7 @@ void ClientSpawn( gentity_t *ent, gentity_t *spawn, vec3_t origin, vec3_t angles
// toggle the teleport bit so the client knows to not lerp
flags = ent->client->ps.eFlags & ( EF_TELEPORT_BIT | EF_VOTED | EF_TEAMVOTED );
flags ^= EF_TELEPORT_BIT;
+ G_UnlaggedClear( ent );
// clear everything but the persistant data