mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-12 11:21:28 +01:00
minor cleanup
This commit is contained in:
parent
90a5a4a470
commit
5027198010
@ -43,7 +43,6 @@ public class Commandhelp extends EssentialsCommand
|
|||||||
match = "";
|
match = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
@ -173,7 +172,6 @@ public class Commandhelp extends EssentialsCommand
|
|||||||
{
|
{
|
||||||
if (!reported)
|
if (!reported)
|
||||||
{
|
{
|
||||||
//
|
|
||||||
logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex);
|
logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex);
|
||||||
}
|
}
|
||||||
reported = true;
|
reported = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user