mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-06 09:35:54 +00:00
Changing how command permission is checked.
This commit is contained in:
@ -282,8 +282,6 @@ class PlayerList
|
||||
//Use: Finds if the specified player is in the ignore list
|
||||
//=====================================================================
|
||||
public boolean isIgnored(Player player){
|
||||
for(String pl : ignoreList)
|
||||
log.log(Level.INFO, pl);
|
||||
return ignoreList.contains(player.getName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user