mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-21 13:38:21 -05:00
revert the fix as it broke newer versions lol
This commit is contained in:
parent
27f9435a6a
commit
44a86e2733
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user