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() {