aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/com/ambientaddons/features/misc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/com/ambientaddons/features/misc')
-rw-r--r--src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt b/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt
index ce468eb..f850a36 100644
--- a/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt
+++ b/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt
@@ -73,7 +73,7 @@ object Trapper {
val display = "§a${ceil(diff).roundToInt()}"
val resolution = ScaledResolution(mc)
val x = resolution.scaledWidth / 2 + 1
- val y = resolution.scaledHeight / 2 - 20
+ val y = resolution.scaledHeight / 2 + 10
val style = TextStyle.fromInt(config.trapperCooldown - 1) ?: return
OverlayUtils.drawString(x, y, display, style, Alignment.Center)
}