Skip to content

Commit

Permalink
fix: update spider's den rain time
Browse files Browse the repository at this point in the history
Updated nextRain time used for calculations to now show correct rain times.

Time used:
Unix (in milliseconds): 1727548440000
Human Time: GMT Saturday, September 28, 2024 6:34:00 PM
Skyblock Time: Year 375, Late Autumn, Day 19

Signed-off-by: L3cache <85846799+level3cache@users.noreply.github.com>
  • Loading branch information
level3cache authored Sep 28, 2024
1 parent 4228f9a commit 626a682
Showing 1 changed file with 2 additions and 2 deletions.
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 = 1596552707000
var nextRain = 1727548440000

init {
RainTimerGuiElement()
Expand Down Expand Up @@ -86,4 +86,4 @@ object RainTimer {
}

}
}
}

0 comments on commit 626a682

Please sign in to comment.