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:
@@ -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
|
||||
|
Reference in New Issue
Block a user