Display DataExchange Dialog
This commit is contained in:
parent
7bfe0b01cd
commit
70cfdf0dd8
6 changed files with 46 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue