Uppercase name for CursedWeapons and DimensionalRift XML files.

This commit is contained in:
MobiusDevelopment
2020-01-25 07:34:05 +00:00
parent a78309f34b
commit 3965ed7615
6 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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();