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

fix: slots on <1.21.1

This commit is contained in:
2024-12-13 22:25:10 +01:00
parent 0e06049d6e
commit 67d324971e
5 changed files with 18 additions and 2 deletions

View File

@ -19,6 +19,7 @@
public bool WhitelistEnable { get; set; }
public string OwnersToken { get; set; } = string.Empty;
public string Gamemode { get; set; } = null!;
public string Difficulty { get; set; } = null!;
}
public class Op