clean up if/else formatting

This commit is contained in:
nossr50
2024-05-19 14:09:00 -07:00
parent 7266563ca9
commit d0ab2bdb2f
107 changed files with 526 additions and 1038 deletions

View File

@@ -265,8 +265,7 @@ public final class CommandUtils {
if (matches.size() == 1) {
partialName = matches.get(0);
}
}
else {
} else {
Player player = mcMMO.p.getServer().getPlayer(partialName);
if (player != null) {