mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-06-29 00:29:43 -04:00
fix: slot name can be empty
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user