{
//PM YO
}
else
{
PU_Text text = new PU_Text(PUWeb.resources().getFont(Fonts.FONT_ARIALBLK_BOLD_14));
if(name.equals(PUWeb.game().getSelf().getName()))
{
text.add(name + ": ", 150, 1, 150);
}
else
{
text.add(name + ": ", 0, 27, 150);
}
text.add(message, 0, 0, 0);
if(channel == PU_ChatChannel.CHANNEL_LOCAL)
{
PUWeb.game().getOnscreenChat().add(name, message);
}