1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

Changing how command permission is checked.

This commit is contained in:
cerevisiae
2010-12-09 15:06:51 -06:00
parent ccee3b5d5c
commit c1790a32b4
3 changed files with 52 additions and 8 deletions

View File

@@ -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());
}