diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo index f185956f..1cc16141 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo differ diff --git a/Sources/epoch_server_settings/EpochEvents/FastNights.sqf b/Sources/epoch_server_settings/EpochEvents/FastNights.sqf index c84a40d1..1c0ba512 100644 --- a/Sources/epoch_server_settings/EpochEvents/FastNights.sqf +++ b/Sources/epoch_server_settings/EpochEvents/FastNights.sqf @@ -1,4 +1,4 @@ -if (sunOrMoon >= 0.99) then { // adjust this lower to change sooner. Note: "0.99 value, the twilight is still quite dark" https://community.bistudio.com/wiki/sunOrMoon +if (sunOrMoon < 0.99) then { // adjust this lower to change sooner. Note: "0.99 value, the twilight is still quite dark" https://community.bistudio.com/wiki/sunOrMoon setTimeMultiplier 13 // adjust this value for slower or faster night cycle ( 24 hours will take 1 hour ) } else { setTimeMultiplier 5 // adjust this value for slower or faster day cycle ( 12 hours will take 1 hour ) diff --git a/Sources/epoch_server_settings/build.hpp b/Sources/epoch_server_settings/build.hpp index 86dbba29..08570015 100644 --- a/Sources/epoch_server_settings/build.hpp +++ b/Sources/epoch_server_settings/build.hpp @@ -1 +1 @@ -build=437; +build=438; diff --git a/build.txt b/build.txt index 6609e2fb..2138029c 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -437 +438