From 44a86e27336faee69b94948693b6f1f33d120157 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 8 Sep 2024 21:43:20 +0200 Subject: [PATCH] revert the fix as it broke newer versions lol --- MyMcRealms/Controllers/WorldsController.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MyMcRealms/Controllers/WorldsController.cs b/MyMcRealms/Controllers/WorldsController.cs index 9ab3816..d28e2d1 100644 --- a/MyMcRealms/Controllers/WorldsController.cs +++ b/MyMcRealms/Controllers/WorldsController.cs @@ -48,10 +48,10 @@ namespace MyMcRealms.Controllers string worldName = world.Ops.ToArray().Length == 0 ? world.ServerName : $"{world.Ops[0].Name}'s server"; string worldState = !isBanned ? "OPEN" : "CLOSED"; - if (!isCompatibleOnOlderVersions) - { - worldState = "CLOSED"; - } +// if (!isCompatibleOnOlderVersions) +// { +// worldState = "CLOSED"; +// } WorldResponse response = new() {