diff --git a/Minecraft-Realms-Emulator/Requests/SlotOptionsRequest.cs b/Minecraft-Realms-Emulator/Requests/SlotOptionsRequest.cs index 9c29f60..bfbbe34 100644 --- a/Minecraft-Realms-Emulator/Requests/SlotOptionsRequest.cs +++ b/Minecraft-Realms-Emulator/Requests/SlotOptionsRequest.cs @@ -2,7 +2,7 @@ { public class SlotOptionsRequest { - public string SlotName { get; set; } = null!; + public string SlotName { get; set; } = string.Empty; public string Version { get; set; } = null!; public int GameMode { get; set; } public int Difficulty { get; set; }