PlayerSync/src/main/java/vip/fubuki/playersync
EoD 5a3e157879 fix chat sync always being enabled
reading CHAT_SYNC immediately within FMLCommonSetupEvent can lead to
timing issues that the default value instead of the real config value is
being returned.

Moving them within event.enqueueWork() fixes the timing issue.
2025-05-02 20:32:29 +00:00
..
config make advancement sync optional 2025-05-02 17:40:26 +00:00
sync add logging for chat server 2025-05-02 20:32:29 +00:00
util add trace logs for all SQL queries 2025-04-25 20:40:16 +00:00
PlayerSync.java fix chat sync always being enabled 2025-05-02 20:32:29 +00:00