mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-22 07:14:44 +02:00
Fixed /msg and /ignore
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user