Compare files on client/server
This commit is contained in:
parent
8397ef7cca
commit
119e94520c
9 changed files with 371 additions and 53 deletions
|
@ -26,7 +26,7 @@ public abstract class Config {
|
|||
this.registerEntries();
|
||||
this.autoSync = autoSync;
|
||||
|
||||
DataExchangeAPI.addAutoSyncFile((content)->{return false;}, keeper.getConfigFile());
|
||||
DataExchangeAPI.addAutoSyncFile(BCLib.MOD_ID, "CONFIG_"+modID+"_"+group, keeper.getConfigFile());
|
||||
}
|
||||
|
||||
public void saveChanges() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue