Remove BCLib Version Warning screen when user clicks NO
This commit is contained in:
parent
cca21cd727
commit
dfad74f4a0
1 changed files with 3 additions and 0 deletions
|
@ -394,6 +394,9 @@ public class HelloClient extends DataHandler.FromServer {
|
||||||
requestBCLibDownload();
|
requestBCLibDownload();
|
||||||
|
|
||||||
this.onCloseSyncFilesScreen();
|
this.onCloseSyncFilesScreen();
|
||||||
|
} else {
|
||||||
|
Minecraft.getInstance()
|
||||||
|
.setScreen(null);
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue