Run IntelliJ IDEA inspections

This commit is contained in:
vemacs 2015-06-03 14:11:56 -06:00
parent c03765803c
commit 73ac6488ce
46 changed files with 134 additions and 158 deletions

View file

@ -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;