mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 19:44:15 +02:00
Merge branch 'master' of https://github.com/essentials/Essentials
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user