From 0dab606f2ad8caf3ca49118cb55da912d16d1ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gef=C3=BCllte=20Taubenbrust?= <72752000+GefullteTaubenbrust2@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:09:39 +0100 Subject: [PATCH] Update server.cpp --- src/server.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/server.cpp b/src/server.cpp index 198e06677..24ad4d9c0 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -1910,11 +1910,11 @@ void Server::SendSetLighting(session_t peer_id, const Lighting &lighting) pkt << lighting.saturation; pkt << lighting.exposure.luminance_min - << lighting.exposure.luminance_max - << lighting.exposure.exposure_correction - << lighting.exposure.speed_dark_bright - << lighting.exposure.speed_bright_dark - << lighting.exposure.center_weight_power; + << lighting.exposure.luminance_max + << lighting.exposure.exposure_correction + << lighting.exposure.speed_dark_bright + << lighting.exposure.speed_bright_dark + << lighting.exposure.center_weight_power; pkt << lighting.volumetric_light_strength << lighting.shadow_tint; pkt << lighting.bloom_intensity << lighting.bloom_strength_factor <<