Fix missing translation about reaching cave ceiling.

This commit is contained in:
BONNe1704 2019-08-14 11:59:43 +03:00
parent ce40efe420
commit 65ed00185e
2 changed files with 3 additions and 6 deletions

View File

@ -53,7 +53,7 @@ public class CustomHeightLimitations implements Listener
// Prevent to get over world height
if (nextY >= this.worldHeight)
{
User.getInstance(player).sendMessage("caveblock.general.errors.cave-limit-reached");
User.getInstance(player).sendMessage("caveblock.cave-limit-reached");
event.setCancelled(true);
}
}

View File

@ -10,11 +10,8 @@ caveblock:
line2: "[name]"
line3: "Start digging! &c<3"
informational:
to-nether: "So unlucky to fall into nether."
to-the-end: "You have reached the end."
to-normal: "Back to your cave."
cave-limit-reached: "&cYou have reached the end of your cave!"
# Override BentoBox default command strings
# General strings
general: