mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-31 13:40:52 +00:00
Server: Don't force skin0 for place_model
This commit is contained in:
parent
87319e13cf
commit
5b45e5bd66
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ void() place_model =
|
|||
precache_model (self.model);
|
||||
setmodel (self, self.model);
|
||||
|
||||
self.skin = 0;
|
||||
setsize (self, VEC_HULL2_MIN, VEC_HULL2_MAX);
|
||||
self.angles = self.angles;
|
||||
self.solid = SOLID_NOT;
|
||||
|
|
Loading…
Reference in a new issue