Made sunrise last longer.
This commit is contained in:
parent
abb8c981bc
commit
f3887390a9
@ -7,7 +7,7 @@ function trigger(objectToChange)
|
||||
return
|
||||
end
|
||||
|
||||
local maxTimeDiff = 20
|
||||
local maxTimeDiff = 30
|
||||
local timeDiff = os.clock()- global.sunStartTime
|
||||
if(timeDiff > maxTimeDiff)then
|
||||
timeDiff = maxTimeDiff
|
||||
|
Loading…
Reference in New Issue
Block a user