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

fix: display real hardcore property (not the difficulty one)

This commit is contained in:
2024-12-21 13:12:16 +01:00
parent 67d324971e
commit 15af6a794a
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +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 bool Hardcore { get; set; }
}
public class Op