invert logic here

This commit is contained in:
vbawol 2016-04-26 10:07:31 -05:00
parent 73ca4df33b
commit 9a1751177c
4 changed files with 3 additions and 3 deletions

View File

@ -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 )

View File

@ -1 +1 @@
build=437;
build=438;

View File

@ -1 +1 @@
437
438