Don't set VIEWPOS here.

This commit is contained in:
Marco Cawthorne 2021-05-16 23:13:32 +02:00
parent 8672d380f0
commit 00f5f37f70

View file

@ -119,7 +119,6 @@ OP4CTFRules::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;