From 9a1751177ca3cdbd1a2cd33caca91d3e0c02c8bc Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 26 Apr 2016 10:07:31 -0500 Subject: [PATCH] invert logic here --- .../addons/a3_epoch_server_settings.pbo | Bin 396996 -> 396995 bytes .../EpochEvents/FastNights.sqf | 2 +- Sources/epoch_server_settings/build.hpp | 2 +- build.txt | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) 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 f185956f5162ee0878567f74fc5d848cdea4f839..1cc16141c47a9930c11c4e4d8fc6d52788f2e78f 100644 GIT binary patch delta 165 zcmX>ySK{zoi3uSNDlPKiE({C|Nu`-NDS8+SK`QAi3uSNH(KPvT^JY`l1ejkQuHzk3V>_`xCWHv1#*+~^U^ZY^^(z~ftoi? z`NGP21gLE4Gz k!(?Z>U7Ce$3YW;G=c^ufXYQLY|8!+&xKXLzrEsSp0KVxlr~m)} 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