Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Jan 3, 2022
1 parent a3c72ab commit f86e96b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private void addHouses(
StructurePool.Projection projection,
CallbackInfo ci
) {
if (FriendsAndFoes.CONFIG.generateBeekeeperArea) {
if (FriendsAndFoes.CONFIG.generateBeekeeperAreaStructure) {
if (Objects.equals(id.getPath(), "village/plains/houses")) {
addElement(Settings.makeStringID("village/plains/houses/plains_beekeeper_area"), 1, projection);
} else if (Objects.equals(id.getPath(), "village/taiga/houses")) {
Expand Down

0 comments on commit f86e96b

Please sign in to comment.