Separated the Classic Datapack to it's own folder.
This commit is contained in:
@ -110,7 +110,7 @@ public class LongTimeEvent extends Quest
|
||||
*/
|
||||
private void loadConfig()
|
||||
{
|
||||
File configFile = new File("data/scripts/events/" + getName() + "/config.xml");
|
||||
File configFile = new File("scripts/events/" + getName() + "/config.xml");
|
||||
try
|
||||
{
|
||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||
|
Reference in New Issue
Block a user