mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2024-11-21 13:48:21 -05:00
Revert last commit
This commit is contained in:
parent
0669c741b9
commit
82e3abd103
@ -56,7 +56,6 @@ namespace Minecraft_Realms_Emulator.Controllers.Admin
|
|||||||
await HttpContext.Response.Body.FlushAsync();
|
await HttpContext.Response.Body.FlushAsync();
|
||||||
});
|
});
|
||||||
|
|
||||||
if (world.State == nameof(StateEnum.CLOSED)) await HttpContext.Response.WriteAsync("data: closed\n\n");
|
|
||||||
return new EmptyResult();
|
return new EmptyResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user