mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-18 08:20:23 +02:00
Compare commits
1 Commits
v1.2.0
...
c23277284a
Author | SHA1 | Date | |
---|---|---|---|
c23277284a |
@ -82,7 +82,7 @@ local function set_skybox(playername, sky)
|
|||||||
}
|
}
|
||||||
if mod_lighting_monoid then
|
if mod_lighting_monoid then
|
||||||
lighting_monoid:add_change(player, lighting, "climate_api:merged_lighting")
|
lighting_monoid:add_change(player, lighting, "climate_api:merged_lighting")
|
||||||
lighting_monoid.del_change(player, "lighting_monoid:base_shadow")
|
lighting_monoid:del_change(player, "lighting_monoid:base_shadow")
|
||||||
elseif player.set_lighting then
|
elseif player.set_lighting then
|
||||||
player:set_lighting(lighting)
|
player:set_lighting(lighting)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user