Change p and a chat logging

To be more consistent
This commit is contained in:
NuclearW
2012-02-15 17:31:17 -05:00
parent 40af51fc05
commit 2549e23fd2
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ public class PCommand implements CommandExecutor {
String name = (LoadProperties.pDisplayNames) ? player.getDisplayName() : player.getName();
String pPrefix = ChatColor.GREEN + "(" + ChatColor.WHITE + name + ChatColor.GREEN + ") ";
log.log(Level.INFO, "[P](" + PP.getParty() + ")" + "<" + name + "> " + pMessage);
log.log(Level.INFO, "[P](" + PP.getParty() + ")<" + name + "> " + pMessage);
for (Player herp : Bukkit.getServer().getOnlinePlayers()) {
if (Users.getProfile(herp).inParty()) {