From 4a8446160632351658e29aba1a345e1a21a8699e Mon Sep 17 00:00:00 2001 From: luk Date: Thu, 19 Feb 2026 02:02:09 +0000 Subject: [PATCH] dev --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {