mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 05:01:28 +00:00
Added method hasMuteReason in UserData.
This commit is contained in:
parent
7aad95ec08
commit
d8b6f87087
1 changed files with 4 additions and 0 deletions
|
@ -531,6 +531,10 @@ public abstract class UserData extends PlayerExtension implements IConf {
|
|||
config.save();
|
||||
}
|
||||
|
||||
public boolean hasMuteReason(){
|
||||
return getMuteReason().equals("");
|
||||
}
|
||||
|
||||
private long muteTimeout;
|
||||
|
||||
private long _getMuteTimeout() {
|
||||
|
|
Loading…
Reference in a new issue