Update config

This commit is contained in:
Naruse
2025-06-14 11:18:38 +08:00
parent 6a03b39f07
commit 684eab933b
3 changed files with 10 additions and 30 deletions

View File

@@ -52,8 +52,6 @@ public class PathConfig
public class ServerOption
{
public bool EnableMission { get; set; } = false;
public string DefaultGender { get; set; } = "Woman";
public string Language { get; set; } = "EN";
public string FallbackLanguage { get; set; } = "EN";
public string[] DefaultPermissions { get; set; } = ["Admin"];