Java 7 and make intellij happy
This commit is contained in:
@@ -38,9 +38,6 @@ public class Essentials {
|
||||
}
|
||||
|
||||
public static boolean isVanished(Player player) {
|
||||
if (essentials == null) {
|
||||
return false;
|
||||
}
|
||||
return essentials.getUser(player).isVanished();
|
||||
return essentials != null && essentials.getUser(player).isVanished();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user