Replay Mod (Fabric & Forge)

Replay Mod (Fabric & Forge)

787k Downloads

Thread-unsafe closing of the current screen in FullReplaySender

Johni0702 opened this issue ยท 0 comments

commented

if (mc.currentScreen instanceof DownloadingTerrainScreen) {
// Close the world loading screen manually in case we swallow the packet
mc.openScreen(null);
}