Adaptation of World Exchange for main version.
This commit is contained in:
@@ -50,6 +50,6 @@ public enum WorldExchangeSortType
|
||||
return type;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return NONE;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user