mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
Fixed easy style issues.
This commit is contained in:
parent
fcda6c3b3b
commit
6f7af90488
3 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue