mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2024-11-21 21:58:21 -05:00
fix: slot name can be empty
This commit is contained in:
parent
ffed3a8b4a
commit
7b88bdb80e
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user