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

默认禁用

This commit is contained in:
jhqwqmc
2025-12-11 17:03:00 +08:00
parent 5b3b740df4
commit 5f09ead4f6
2 changed files with 2 additions and 2 deletions

View File

@@ -560,7 +560,7 @@ public class Config {
}
if (firstTime) {
network$disable_chat_report = config.getBoolean("network.disable-chat-report", true);
network$disable_chat_report = config.getBoolean("network.disable-chat-report", false);
}
network$disable_item_operations = config.getBoolean("network.disable-item-operations", false);
network$intercept_packets$system_chat = config.getBoolean("network.intercept-packets.system-chat", true);