Fixes locale reference typo.

https://github.com/BentoBoxWorld/Greenhouses/issues/20
This commit is contained in:
tastybento 2019-09-02 09:43:42 -07:00
parent 2da57376a4
commit 9beae88c1a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class Panel {
d.add(user.getTranslation("greenhouses.recipe.icemustbe", "[coverage]", String.valueOf(br.getIceCoverage())));
}
if (br.getRecipeBlocks().isEmpty()) {
d.add(user.getTranslation("greenhouses.recipe.nootherbocks"));
d.add(user.getTranslation("greenhouses.recipe.nootherblocks"));
}
return d;
}