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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c
index da1fb811..dc1d37bf 100644
--- a/src/game/g_client.c
+++ b/src/game/g_client.c
@@ -1381,7 +1381,6 @@ void ClientSpawn( gentity_t *ent, gentity_t *spawn, vec3_t origin, vec3_t angles
VectorNormalize( dir );
VectorScale( dir, UP_VEL, client->ps.velocity );
-
}
G_AddPredictableEvent( ent, EV_PLAYER_RESPAWN, 0 );
@@ -1402,7 +1401,6 @@ void ClientSpawn( gentity_t *ent, gentity_t *spawn, vec3_t origin, vec3_t angles
// force the base weapon up
client->ps.weapon = WP_NONE;
client->ps.weaponstate = WEAPON_READY;
-
}
// don't allow full run speed for a bit