okay robin complain about my color taste...

This commit is contained in:
Ivan
2019-08-01 16:45:51 -04:00
committed by GitHub
parent d635e2c3d1
commit 894feaf1dc

View File

@ -60,7 +60,7 @@ public class Command_vanish extends FreedomCommand
for (Player player : server.getOnlinePlayers())
{
if (plugin.al.isAdmin(player))
playerMsg(player, ChatColor.RED + sender.getName() + " has unvanished and is now visible to everyone." );
playerMsg(player, ChatColor.YELLOW + sender.getName() + " has unvanished and is now visible to everyone." );
player.showPlayer(plugin, playerSender);
}
plugin.esb.setVanished(playerSender.getName(), false);
@ -80,7 +80,7 @@ public class Command_vanish extends FreedomCommand
{
{
if (plugin.al.isAdmin(player))
playerMsg(player, ChatColor.RED + sender.getName() + " has vanished and is now only visible to admins." );
playerMsg(player, ChatColor.YELLOW + sender.getName() + " has vanished and is now only visible to admins." );
if (!plugin.al.isAdmin(player))
player.hidePlayer(plugin, playerSender);
}