Moved options to augmentation folder.
This commit is contained in:
@@ -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