]> git.lizzy.rs Git - minetest.git/blobdiff - src/server.cpp
Allow saturation to be controlled by the server. (#13075)
[minetest.git] / src / server.cpp
index 5c3496569374145112a5ff32572f49e5890aa7a3..ee08b45fd792291270c5722397f863e56d3a8acd 100644 (file)
@@ -1864,6 +1864,7 @@ void Server::SendSetLighting(session_t peer_id, const Lighting &lighting)
                        4, peer_id);
 
        pkt << lighting.shadow_intensity;
+       pkt << lighting.saturation;
 
        Send(&pkt);
 }