Fixed path for HellboundPointData XML file.

Contributed by Sahar.
This commit is contained in:
MobiusDev 2018-05-10 13:42:46 +00:00
parent f11d8870a1
commit 8f90471422

View File

@ -43,7 +43,7 @@ public final class HellboundPointData implements IGameXmlReader
public void load() public void load()
{ {
_pointsInfo.clear(); _pointsInfo.clear();
parseDatapackFile("scripts/ai/areas/Hellbound/hellboundTrustPoints.xml"); parseDatapackFile("data/scripts/ai/areas/Hellbound/hellboundTrustPoints.xml");
LOGGER.info(getClass().getSimpleName() + ": Loaded " + _pointsInfo.size() + " trust point reward data."); LOGGER.info(getClass().getSimpleName() + ": Loaded " + _pointsInfo.size() + " trust point reward data.");
} }