summaryrefslogtreecommitdiff
path: root/src/game/g_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_misc.c')
-rw-r--r--src/game/g_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_misc.c b/src/game/g_misc.c
index 23a46a3b..9d54033e 100644
--- a/src/game/g_misc.c
+++ b/src/game/g_misc.c
@@ -86,6 +86,7 @@ void TeleportPlayer( gentity_t *player, vec3_t origin, vec3_t angles )
// toggle the teleport bit so the client knows to not lerp
player->client->ps.eFlags ^= EF_TELEPORT_BIT;
+ G_UnlaggedClear( player );
// set angles
SetClientViewAngle( player, angles );