mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-07-13 06:39:41 -04:00
fix: whitelist state is now reflected in server's configuration page
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
public List<Op> Ops { get; set; } = null!;
|
||||
public List<Ban> Banlist { get; set; } = null!;
|
||||
public List<Whitelist> Whitelist { get; set; } = null!;
|
||||
public bool WhitelistEnable { get; set; }
|
||||
public string OwnersToken { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user