Separated the Classic Datapack to it's own folder.
This commit is contained in:
@@ -74,7 +74,7 @@ public final class ItemAuctionManager
|
||||
_log.log(Level.SEVERE, getClass().getSimpleName() + ": Failed loading auctions.", e);
|
||||
}
|
||||
|
||||
final File file = new File(Config.DATAPACK_ROOT + "/data/ItemAuctions.xml");
|
||||
final File file = new File(Config.DATAPACK_ROOT + "/ItemAuctions.xml");
|
||||
if (!file.exists())
|
||||
{
|
||||
_log.log(Level.WARNING, getClass().getSimpleName() + ": Missing ItemAuctions.xml!");
|
||||
|
Reference in New Issue
Block a user