1
1
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2025-07-13 06:39:41 -04:00

fix: display motd on >1.21.1

This commit is contained in:
2024-12-10 00:31:05 +01:00
parent 8f94aa8bdd
commit 0e06049d6e
4 changed files with 19 additions and 0 deletions

View File

@ -18,6 +18,7 @@
public List<Whitelist> Whitelist { get; set; } = null!;
public bool WhitelistEnable { get; set; }
public string OwnersToken { get; set; } = string.Empty;
public string Gamemode { get; set; } = null!;
}
public class Op