Moved options to augmentation folder.
This commit is contained in:
@ -228,6 +228,7 @@ public class GameServer
|
||||
EnchantItemOptionsData.getInstance();
|
||||
ItemCrystalizationData.getInstance();
|
||||
OptionData.getInstance();
|
||||
AugmentationData.getInstance();
|
||||
EnsoulData.getInstance();
|
||||
EnchantItemHPBonusData.getInstance();
|
||||
BuyListData.getInstance();
|
||||
@ -319,7 +320,6 @@ public class GameServer
|
||||
UIData.getInstance();
|
||||
MatchingRoomManager.getInstance();
|
||||
PetitionManager.getInstance();
|
||||
AugmentationData.getInstance();
|
||||
CursedWeaponsManager.getInstance();
|
||||
TransformData.getInstance();
|
||||
BotReportTable.getInstance();
|
||||
|
@ -51,7 +51,7 @@ public class OptionData implements IGameXmlReader
|
||||
public synchronized void load()
|
||||
{
|
||||
_optionData.clear();
|
||||
parseDatapackDirectory("data/stats/options", false);
|
||||
parseDatapackDirectory("data/stats/augmentation/options", false);
|
||||
LOGGER.info(getClass().getSimpleName() + ": Loaded: " + _optionData.size() + " Options.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user