From 8d15d11686a94b06707602612ff826ba8fa2b48c Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Wed, 22 Jul 2026 01:14:55 +0800 Subject: [PATCH] fix config system bugs in config save and reload --- shiroha-server/build.gradle.kts.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiroha-server/build.gradle.kts.patch b/shiroha-server/build.gradle.kts.patch index b17d628..960cf27 100644 --- a/shiroha-server/build.gradle.kts.patch +++ b/shiroha-server/build.gradle.kts.patch @@ -71,7 +71,7 @@ - implementation(project(":folia-api")) + implementation(project(":shiroha-api")) + // Shiroha start - dependencies -+ implementation("com.electronwill.night-config:toml:3.9.0") ++ implementation("com.electronwill.night-config:toml:3.8.4") + implementation("net.openhft:affinity:3.23.3") + implementation("com.github.luben:zstd-jni:1.5.4-1") + implementation("net.openhft:zero-allocation-hashing:0.16")