Change color for cmd_find
Blue is basically unreadable (even worse with some resource packs)
This commit is contained in:
parent
e4cf010bda
commit
97eef62684
@ -28,7 +28,7 @@ public class CommandFind extends PlayerCommand
|
|||||||
sender.sendMessage( ChatColor.RED + "That user is not online" );
|
sender.sendMessage( ChatColor.RED + "That user is not online" );
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
sender.sendMessage( ChatColor.BLUE + args[0] + " is online at " + player.getServer().getInfo().getName() );
|
sender.sendMessage( ChatColor.GREEN + args[0] + " is online at " + player.getServer().getInfo().getName() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user