Skip to content

Commit 1aff7f3

Browse files
Fix broken blueprint trades
1 parent f3e433f commit 1aff7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/eccentric_nz/TARDIS/TARDIS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ private void loadCustomConfigs() {
14431443
"monsters.yml",
14441444
"regeneration.yml", "rooms.yml",
14451445
"shop.yml", "system_upgrades.yml",
1446-
"tag.yml", "trades",
1446+
"tag.yml", "trades.yml",
14471447
"vortex_manipulator.yml"
14481448
);
14491449
for (String f : files) {

0 commit comments

Comments
 (0)