mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 09:43:00 +01: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