Remove BCLib Version Warning screen when user clicks NO

This commit is contained in:
Frank 2021-11-03 16:35:52 +01:00
parent cca21cd727
commit dfad74f4a0

View file

@ -394,6 +394,9 @@ public class HelloClient extends DataHandler.FromServer {
requestBCLibDownload(); requestBCLibDownload();
this.onCloseSyncFilesScreen(); this.onCloseSyncFilesScreen();
} else {
Minecraft.getInstance()
.setScreen(null);
} }
})); }));
} }