summaryrefslogtreecommitdiff
path: root/src/main/kotlin/UltraNotifier.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-05-21 21:51:02 +0200
committerLinnea Gräf <nea@nea.moe>2024-05-21 21:51:02 +0200
commit123bc861062fe28a41d2abd8f5cea50866b8374c (patch)
tree54d8e7f939f6f5bfe72c2e830f0288245f78be58 /src/main/kotlin/UltraNotifier.kt
parentf25b818d9d41e2bb3969399cfc8bbff976b5aad7 (diff)
downloadultra-notifier-123bc861062fe28a41d2abd8f5cea50866b8374c.tar.gz
ultra-notifier-123bc861062fe28a41d2abd8f5cea50866b8374c.tar.bz2
ultra-notifier-123bc861062fe28a41d2abd8f5cea50866b8374c.zip
Re-add 1.14 support
Diffstat (limited to 'src/main/kotlin/UltraNotifier.kt')
-rw-r--r--src/main/kotlin/UltraNotifier.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/UltraNotifier.kt b/src/main/kotlin/UltraNotifier.kt
index e6ce590..17798cc 100644
--- a/src/main/kotlin/UltraNotifier.kt
+++ b/src/main/kotlin/UltraNotifier.kt
@@ -5,7 +5,7 @@ import java.io.File
object UltraNotifier {
val logger =
-//#if MC == 10809
+//#if MC <= 11404
//$$ org.apache.logging.log4j.LogManager.getLogger("UltraNotifier")!!
//#else
org.slf4j.LoggerFactory.getLogger("UltraNotifier")!!