Update ConfigContainer.cs

This commit is contained in:
Kei-Luna
2026-04-30 15:46:03 +09:00
parent bcc5716f97
commit 49f4fdfda5

View File

@@ -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;