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

@ -352,7 +352,7 @@ public class vMinecraftChat {
}
//So you can read adminchat from the server console
log.log(Level.INFO, "@" + "<" + getName(player)
log.log(Level.INFO, "@" + "<" + player.getName()
+ Colors.White +"> " + message);
return true;
}