Fixing words too long to fit on a single line.

This commit is contained in:
cerevisiae
2010-12-01 21:25:45 -06:00
parent 61a8781f62
commit 461e998537
4 changed files with 102 additions and 56 deletions

View File

@ -86,7 +86,7 @@ public class vMinecraftListener extends PluginListener {
}
else if (vMinecraftSettings.getInstance().globalmessages() && player.getHealth() < 1) {
vMinecraftChat.gmsg(Colors.Gray + player.getName() + " " + vMinecraftSettings.randomDeathMsg());
vMinecraftChat.gmsg(player, Colors.Gray + player.getName() + " " + vMinecraftSettings.randomDeathMsg());
}
return false;
}