mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 16:39:45 +00:00
Merge branch 'master' of https://github.com/essentials/Essentials
This commit is contained in:
commit
5b7d29fa55
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ public abstract class UserData extends PlayerExtension implements IConf
|
|||
{
|
||||
return false;
|
||||
}
|
||||
return (ignoredPlayers.contains(user.getName().toLowerCase(Locale.ENGLISH)) && !user.isAuthorized("essentials.chat.ignoreexempt"));
|
||||
return isIgnoredPlayer(user);
|
||||
}
|
||||
|
||||
public boolean isIgnoredPlayer(IUser user)
|
||||
|
|
Loading…
Reference in a new issue