diff --git a/build.gradle.kts b/build.gradle.kts index d8c94dbc..6de1a458 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ val hytaleServer: Configuration by configurations.creating val patchedJar = rootDir.resolve("repo/applications/HytaleServerPatched.jar") dependencies { - hytaleServer("com.hypixel.hytale:Server:2026.02.18-f3b8fff9") + hytaleServer("com.hypixel.hytale:Server:2026.02.18-f3b8fff95") } configurations {