Merge pull request #29 from quiqueck/main
Respect AutoSync setting for Config and add a prePatch run for level.dat
This commit is contained in:
commit
0f3df9b229
5 changed files with 94 additions and 27 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