Add error message for user when executing command #179
@ -105,8 +105,6 @@ public abstract class SWCommand {
|
||||
} catch (CommandFrameworkException e) {
|
||||
if (Bukkit.getServer() != null) {
|
||||
Bukkit.getLogger().log(Level.SEVERE, "", e);
|
||||
}
|
||||
if (Core.MESSAGE != null) {
|
||||
Core.MESSAGE.send("COMMAND_SYSTEM_ERROR", sender);
|
||||
}
|
||||
throw e;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren