Skip to content

Commit

Permalink
Update RainTimer.kt
Browse files Browse the repository at this point in the history
forgot to update nextRain value, because it was one minute behind

Signed-off-by: L3cache <85846799+level3cache@users.noreply.github.com>
  • Loading branch information
level3cache authored Sep 28, 2024
1 parent a65daa7 commit 5a3d9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import gg.skytils.skytilsmod.utils.graphics.colors.CommonColors
* @link https://github.com/PikaFan123/rain-timer
*/
object RainTimer {
var nextRain = 1727548440000 // Unix-Time of a past rain event start in milliseconds
var nextRain = 1727548500000 // Unix-Time of a past rain event start in milliseconds
var eventCycleTime = 3600000 // Time between two rain event starts in milliseconds
var eventCooldownTime = 2400000 // Time between rain event end and start in milliseconds

Expand Down

0 comments on commit 5a3d9eb

Please sign in to comment.