Adaptation of World Exchange for main version.

This commit is contained in:
MobiusDevelopment
2022-10-28 04:17:45 +00:00
parent 63ba79e6d8
commit 34622f362f
31 changed files with 2390 additions and 9 deletions

View File

@@ -50,6 +50,6 @@ public enum WorldExchangeSortType
return type;
}
}
return null;
return NONE;
}
}

View File

@@ -969,7 +969,7 @@ public class WorldExchangeManager implements IXmlReader
public void storeMe()
{
if (!Config.WORLD_EXCHANGE_LAZY_UPDATE)
if (!Config.ENABLE_WORLD_EXCHANGE || !Config.WORLD_EXCHANGE_LAZY_UPDATE)
{
return;
}