remove whitespace

This commit is contained in:
Darkknights22 2022-10-19 16:38:52 +01:00
parent 69e9e602f3
commit 79297f1324

View File

@ -74,7 +74,7 @@ public class InspectCommand implements TabExecutor {
if (!isVanished && CommandUtils.tooFar(sender, target, Permissions.inspectFar(sender))) {
return true;
}
if (mcMMO.p.getGeneralConfig().getScoreboardsEnabled()
&& sender instanceof Player
&& mcMMO.p.getGeneralConfig().getInspectUseBoard()) {