Uppercase name for CursedWeapons and DimensionalRift XML files.
This commit is contained in:
@@ -103,7 +103,7 @@ public class CursedWeaponsManager
|
||||
factory.setValidating(false);
|
||||
factory.setIgnoringComments(true);
|
||||
|
||||
final File file = new File(Config.DATAPACK_ROOT + "/data/cursedWeapons.xml");
|
||||
final File file = new File(Config.DATAPACK_ROOT + "/data/CursedWeapons.xml");
|
||||
if (!file.exists())
|
||||
{
|
||||
return;
|
||||
|
@@ -160,7 +160,7 @@ public class DimensionalRiftManager
|
||||
factory.setValidating(false);
|
||||
factory.setIgnoringComments(true);
|
||||
|
||||
final File file = new File(Config.DATAPACK_ROOT + "/data/dimensionalRift.xml");
|
||||
final File file = new File(Config.DATAPACK_ROOT + "/data/DimensionalRift.xml");
|
||||
if (!file.exists())
|
||||
{
|
||||
throw new IOException();
|
||||
|
Reference in New Issue
Block a user