mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
SERVER: Fix Mystery Box glow not being fullbright
This commit is contained in:
parent
f5eb808de8
commit
c5f47fb9a3
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ void() findboxspot =
|
|||
setmodel(g, mystery_box_glow_model);
|
||||
setorigin(g,newspot.origin);
|
||||
g.angles = newspot.angles;
|
||||
g.effects = EF_FULLBRIGHT;
|
||||
|
||||
#ifdef FTE
|
||||
|
||||
|
|
Loading…
Reference in a new issue