SERVER: Fix Mystery Box glow not being fullbright

This commit is contained in:
cypress 2023-11-28 12:02:09 -05:00
parent f5eb808de8
commit c5f47fb9a3

View file

@ -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