mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 20:41:37 +00:00
Run IntelliJ IDEA inspections
This commit is contained in:
parent
c03765803c
commit
73ac6488ce
46 changed files with 134 additions and 158 deletions
|
@ -200,10 +200,7 @@ public abstract class UserData extends PlayerExtension implements IConf {
|
|||
}
|
||||
|
||||
public boolean hasHome() {
|
||||
if (config.hasProperty("home")) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return config.hasProperty("home");
|
||||
}
|
||||
|
||||
private String nickname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue