Fixed path for HellboundPointData XML file.
Contributed by Sahar.
This commit is contained in:
parent
f11d8870a1
commit
8f90471422
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user