mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2026-09-16 03:35:47 -04:00
fix(Core): missing "w" in "spawnProtection"
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Core.Responses;
|
|||||||
|
|
||||||
public class SlotOptions
|
public class SlotOptions
|
||||||
{
|
{
|
||||||
[JsonPropertyName("spanProtection")] public int SpawnProtection { get; set; }
|
[JsonPropertyName("spawnProtection")] public int SpawnProtection { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("forceGameMode")] public bool ForceGeeMode { get; set; }
|
[JsonPropertyName("forceGameMode")] public bool ForceGeeMode { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user