From 49f4fdfda5ed3bf1c622be6a85d11c8fa6055ec3 Mon Sep 17 00:00:00 2001 From: Kei-Luna Date: Thu, 30 Apr 2026 15:46:03 +0900 Subject: [PATCH] Update ConfigContainer.cs --- Common/Configuration/ConfigContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Configuration/ConfigContainer.cs b/Common/Configuration/ConfigContainer.cs index 4be7b60..88effcb 100644 --- a/Common/Configuration/ConfigContainer.cs +++ b/Common/Configuration/ConfigContainer.cs @@ -60,7 +60,7 @@ public class ServerOption public string FallbackLanguage { get; set; } = "EN"; public string[] DefaultPermissions { get; set; } = ["Admin"]; public ServerProfile ServerProfile { get; set; } = new(); - public bool EnableGmMenu { get; set; } = true; + public bool EnableGmMenu { get; set; } = false; public bool AutoCreateUser { get; set; } = true; public bool SavePersonalDebugFile { get; set; } = false; public bool AutoSendResponseWhenNoHandler { get; set; } = true;