fix(Core): missing "w" in "spawnProtection"

This commit is contained in:
2026-06-17 07:09:48 +02:00
parent 56facce0cd
commit 4ddc039936
+1 -1
View File
@@ -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; }