mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-31 12:56:28 +00:00
默认禁用
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user