mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-19 06:58:17 +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();
|
config.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean hasMuteReason(){
|
||||||
|
return getMuteReason().equals("");
|
||||||
|
}
|
||||||
|
|
||||||
private long muteTimeout;
|
private long muteTimeout;
|
||||||
|
|
||||||
private long _getMuteTimeout() {
|
private long _getMuteTimeout() {
|
||||||
|
|
Loading…
Reference in a new issue