Disable BCLibVersion-missmatch screen (as it is currently non functional)
This commit is contained in:
parent
819514a699
commit
54e1b486a7
1 changed files with 4 additions and 4 deletions
|
@ -112,10 +112,10 @@ public class HelloClient extends DataHandler {
|
|||
String localBclibVersion = getBCLibVersion();
|
||||
BCLib.LOGGER.info("Received Hello from Server. (client="+localBclibVersion+", server="+bclibVersion+")");
|
||||
|
||||
if (DataFixerAPI.getModVersion(localBclibVersion) != DataFixerAPI.getModVersion(bclibVersion)){
|
||||
showBCLibError(client);
|
||||
return;
|
||||
}
|
||||
// if (DataFixerAPI.getModVersion(localBclibVersion) != DataFixerAPI.getModVersion(bclibVersion)){
|
||||
// showBCLibError(client);
|
||||
// return;
|
||||
// }
|
||||
|
||||
List<AutoSyncID> filesToRequest = new ArrayList<>(4);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue