Fixed easy style issues.

This commit is contained in:
delbertina 2017-11-26 00:55:05 -06:00
parent fcda6c3b3b
commit 6f7af90488
3 changed files with 3 additions and 4 deletions

View file

@ -525,7 +525,7 @@ public abstract class UserData extends PlayerExtension implements IConf {
}
}
public void setMuteReason (String reason) {
public void setMuteReason(String reason) {
if (reason.equals("")) {
config.removeProperty ("muteReason");
muteReason = null;