mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add artificial light control
This commit is contained in:
parent
dd475d8af4
commit
ded1b09838
8 changed files with 24 additions and 4 deletions
|
@ -1895,6 +1895,8 @@ void Server::SendSetLighting(session_t peer_id, const Lighting &lighting)
|
|||
|
||||
pkt << lighting.volumetric_light_strength;
|
||||
|
||||
pkt << lighting.artificial_light_color;
|
||||
|
||||
Send(&pkt);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue