mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-16 14:55:54 +00:00
Changing how command permission is checked.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user