mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Remove useless curly braces
This commit is contained in:
parent
9528030055
commit
a4148d5772
@ -186,7 +186,7 @@ public void showHelp(final @NotNull CommandSender sendTo, final @NotNull String
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
plugin.getLogger().log(Level.SEVERE, e, () -> { return "Failed to execute command " + usedMainCommandAlias; });
|
||||
plugin.getLogger().log(Level.SEVERE, e, () -> "Failed to execute command " + usedMainCommandAlias);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user