gem kit fix

This commit is contained in:
Chiss 2013-11-17 21:04:27 +11:00
parent fff13a14bf
commit 18c70901ca

View File

@ -1000,9 +1000,9 @@ public class GameLobbyManager implements IPacketRunnable, Listener
entityName = ChatColor.RED + C.Bold + entityName;
if (ent.GetKit().GetAvailability() != KitAvailability.Blue)
entityName += ChatColor.RESET + " " + ChatColor.WHITE + C.Line + "Gem Locked";
entityName += ChatColor.RESET + " " + ChatColor.WHITE + C.Line + ent.GetKit().GetCost() + " Gems";
else
entityName += ChatColor.RESET + " " + ChatColor.WHITE + C.Line + "Ultra Locked";
entityName += ChatColor.RESET + " " + ChatColor.WHITE + C.Line + "Ultra";
}
return entityName;