mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-06-30 17:19:43 -04:00
fix: slot name can be empty
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
public class SlotOptionsRequest
|
public class SlotOptionsRequest
|
||||||
{
|
{
|
||||||
public string SlotName { get; set; } = null!;
|
public string SlotName { get; set; } = string.Empty;
|
||||||
public string Version { get; set; } = null!;
|
public string Version { get; set; } = null!;
|
||||||
public int GameMode { get; set; }
|
public int GameMode { get; set; }
|
||||||
public int Difficulty { get; set; }
|
public int Difficulty { get; set; }
|
||||||
|
Reference in New Issue
Block a user