1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-01 16:46:51 +02:00

Refactoring of the signs

Todo: Eco signs, Protection signs

New permission: essentials.signs.[signname].break
This commit is contained in:
snowleo
2011-06-08 03:18:33 +02:00
parent ce8d75df94
commit 1b984f60a5
16 changed files with 622 additions and 75 deletions

View File

@@ -101,11 +101,7 @@ public class Teleport implements Runnable
}
catch (Throwable ex)
{
user.sendMessage(Util.format("errorWithMessage", ex.getMessage()));
if (ess.getSettings().isDebug())
{
logger.log(Level.WARNING, ex.getMessage(), ex);
}
ess.showError(user.getBase(), ex, "teleport");
}
return;
}