Display DataExchange Dialog

This commit is contained in:
Frank Bauer 2021-07-31 14:04:14 +02:00
parent 7bfe0b01cd
commit 70cfdf0dd8
6 changed files with 46 additions and 1 deletions

View file

@ -91,7 +91,6 @@ public class HelloClient extends DataHandler {
@Environment(EnvType.CLIENT)
protected void showBCLibError(Minecraft client){
client.pauseGame(false);
BCLib.LOGGER.error("BCLib differs on client and server.");
client.setScreen(new WarnBCLibVersionMismatch((download) -> {
Minecraft.getInstance().setScreen((Screen)null);