aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoringlettronald <71849533+inglettronald@users.noreply.github.com>2023-03-21 18:08:45 -0500
committerGitHub <noreply@github.com>2023-03-21 18:08:45 -0500
commit3968c49ccfb1fb3b0c6a8274f4d45ed0ba50ec48 (patch)
tree02224acacc7e7823079a8e2cc24377eafe33700c
parentf520f4bceee9243d585cc0146123c92981d90019 (diff)
parent05c6b155f1de3a96ef081627ff7805238742162f (diff)
downloadDulkirMod-3968c49ccfb1fb3b0c6a8274f4d45ed0ba50ec48.tar.gz
DulkirMod-3968c49ccfb1fb3b0c6a8274f4d45ed0ba50ec48.tar.bz2
DulkirMod-3968c49ccfb1fb3b0c6a8274f4d45ed0ba50ec48.zip
Merge branch 'master' into master
-rw-r--r--src/main/kotlin/dulkirmod/features/DragonTimer.kt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/kotlin/dulkirmod/features/DragonTimer.kt b/src/main/kotlin/dulkirmod/features/DragonTimer.kt
index cc82b5c..df1f12f 100644
--- a/src/main/kotlin/dulkirmod/features/DragonTimer.kt
+++ b/src/main/kotlin/dulkirmod/features/DragonTimer.kt
@@ -125,6 +125,5 @@ object DragonTimer {
WorldRenderUtils.drawCustomBox(14.5, 25.0, 13.0, 15.0, 45.5, 25.0, Color(255, 85, 85, 255), 3f, phase = false)
// Orange
WorldRenderUtils.drawCustomBox(72.0, 30.0, 8.0, 20.0, 47.0, 30.0, Color(255, 170, 0, 255), 3f, phase = false)
- }
-}
-
+ }
+ } \ No newline at end of file