Skip to content

Commit

Permalink
Quick light state fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parar020100 committed Jun 19, 2024
1 parent 181e885 commit 0374c42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ function ENT:ApplyLightState(state)
self:SendMessage("light_state", {state} )
else
local ldata = self.light_data
if not ldata then return end
ChangeSingleLightState(ldata.main, state)
ParseLightTable(ldata.main, self, 20)

Expand Down

0 comments on commit 0374c42

Please sign in to comment.