1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-19 16:02:51 -04:00

remove second Console.WriteLine

This commit is contained in:
CyberL1 2024-09-08 21:01:24 +02:00
parent 0b4291e873
commit 49bb02f3cf

View File

@ -42,7 +42,6 @@ namespace MyMcRealms.Controllers
bool isCompatibleOnOlderVersions = isOlderVersion && !isCompatible.StartsWith("NEEDS_");
bool isBanned = world.Banlist.Any(p => p.Name == playerName);
Console.WriteLine(isCompatibleOnOlderVersions);
string worldOwnerName = world.Ops.ToArray().Length == 0 ? "Owner" : world.Ops[0].Name;
string worldOwnerUuid = world.Ops.ToArray().Length == 0 ? "069a79f444e94726a5befca90e38aaf5" : world.Ops[0].Uuid;