Fixed /msg and /ignore

This commit is contained in:
cerevisiae
2010-12-11 00:28:56 -06:00
parent 9ff47ae104
commit 263a5701d7
3 changed files with 15 additions and 14 deletions

View File

@ -88,6 +88,7 @@ public class vMinecraftListener extends PluginListener {
}
public void onLogin(Player player){
vMinecraftChat.sendMessage(player, player, Colors.Rose + "There are currently " + etc.getServer().getPlayerList().size() + " players online.");
vMinecraftUsers.addUser(player);
}