Skip to content

Commit

Permalink
Fix default tower item (#831)
Browse files Browse the repository at this point in the history
Fixed bug where wrong tower item was added as invalid material in shop.yml
  • Loading branch information
ImYenil authored Jul 16, 2023
1 parent 535b44f commit 50dc80e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ private void saveDefaults() {

adCategoryContentTier(ConfigPath.SHOP_PATH_CATEGORY_UTILITY, "tower", 31, "tier1",
BedWars.getForCurrentVersion("CHEST", "CHEST", "CHEST"), 0, 1, false, 24, "iron", false, false);
addBuyItem(ConfigPath.SHOP_PATH_CATEGORY_UTILITY, "tower", "tier1", "tower", BedWars.getForCurrentVersion("TOWER", "TOWER", "TOWER"),
addBuyItem(ConfigPath.SHOP_PATH_CATEGORY_UTILITY, "tower", "tier1", "tower", BedWars.getForCurrentVersion("CHEST", "CHEST", "CHEST"),
0, 1, "", "", "", false);

}
Expand Down

0 comments on commit 50dc80e

Please sign in to comment.