9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 04:46:37 +00:00

fix(bukkit): 修复gson重复键问题

- 使用最后一个
This commit is contained in:
jhqwqmc
2025-04-27 15:03:18 +08:00
parent a18ab82753
commit 57b0f357a3

View File

@@ -308,7 +308,7 @@ public class BukkitBlockManager extends AbstractBlockManager {
}
}
this.soundMapper = soundMapperBuilder.build();
this.soundMapper = soundMapperBuilder.buildKeepingLast();
} catch (Throwable e) {
plugin.logger().warn("Failed to inject blocks.", e);
}