mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-31 01:43:20 +00:00
Added method hasMuteReason in UserData.
This commit is contained in:
parent
43cbab37f0
commit
d555c1b081
1 changed files with 4 additions and 0 deletions
|
@ -536,6 +536,10 @@ public abstract class UserData extends PlayerExtension implements IConf {
|
|||
config.save();
|
||||
}
|
||||
|
||||
public boolean hasMuteReason(){
|
||||
return getMuteReason().equals("");
|
||||
}
|
||||
|
||||
private long muteTimeout;
|
||||
|
||||
private long _getMuteTimeout() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue