mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
fix lights not working
This commit is contained in:
parent
d07769c5b0
commit
2bd77372a3
@ -20,7 +20,7 @@ BUILDER:EndStorableVars()
|
||||
|
||||
function PART:GetLight()
|
||||
if not self.light then
|
||||
self.light = DynamicLight(tonumber(self.UniqueID))
|
||||
self.light = DynamicLight(tonumber(pac.LocalPlayer:EntIndex()))
|
||||
end
|
||||
self.light.decay = 0
|
||||
self.light.dietime = math.huge
|
||||
|
Loading…
Reference in New Issue
Block a user