Don't set view_ofs here.

This commit is contained in:
Marco Cawthorne 2021-05-16 23:14:11 +02:00
parent 0e981e8c52
commit 48c98769a6
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ HLMultiplayerRules::PlayerSpawn(base_player pp)
setmodel(pl, pl.model);
setsize(pl, VEC_HULL_MIN, VEC_HULL_MAX);
pl.view_ofs = VEC_PLAYER_VIEWPOS;
pl.velocity = [0,0,0];
pl.gravity = __NULL__;
pl.frame = 1;