Revert last commit

This commit is contained in:
CyberL1 2024-05-30 11:20:40 +02:00
parent 0669c741b9
commit 82e3abd103

View File

@ -56,7 +56,6 @@ namespace Minecraft_Realms_Emulator.Controllers.Admin
await HttpContext.Response.Body.FlushAsync();
});
if (world.State == nameof(StateEnum.CLOSED)) await HttpContext.Response.WriteAsync("data: closed\n\n");
return new EmptyResult();
}