forked from TuxCoding/FastLogin
I missed that there was an alternative for bungee in the documentation
This commit is contained in:
@ -130,8 +130,7 @@ public class ForceLoginTask
|
||||
|
||||
@Override
|
||||
public boolean isOnline(Player player) {
|
||||
//FIXME: is this right?
|
||||
return core.getPlugin().getProxy().getPlayer(player.getUsername()).isPresent();
|
||||
return player.isActive();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user