1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-27 00:15:23 +02:00

Update default messages to latest from 2.9 branch

This commit is contained in:
snowleo
2013-04-06 05:45:36 +02:00
parent 2754da89cb
commit 96ce631836
36 changed files with 533 additions and 491 deletions

View File

@@ -31,7 +31,7 @@ public class SignEnchant extends EssentialsSign
final Enchantment enchantment = Enchantments.getByName(enchantLevel[0]);
if (enchantment == null)
{
throw new SignException(_(" Enchantment not found"));
throw new SignException(_("Enchantment not found!"));
}
int level;
try
@@ -76,7 +76,7 @@ public class SignEnchant extends EssentialsSign
final Enchantment enchantment = Enchantments.getByName(enchantLevel[0]);
if (enchantment == null)
{
throw new SignException(_(" Enchantment not found"));
throw new SignException(_("Enchantment not found!"));
}
int level;
try