mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2024-11-22 06:08:22 -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 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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user