Made #isLoggedIn static and added Player#getName

This commit is contained in:
JKetelaar
2015-04-09 13:20:45 +02:00
parent 4312fc2245
commit c0b9a07c54
@@ -8,4 +8,8 @@ public class Player extends Character {
public Player(org.rev317.min.accessors.Player accessor, int index) {
super(accessor, index);
}
public String getName(){
return this.getName();
}
}