Probably fixed auto-login temp fix
This commit is contained in:
parent
343c838ca6
commit
c54a8e2a6d
7 changed files with 6 additions and 1 deletions
Binary file not shown.
|
@ -154,9 +154,14 @@ public class PlayerListener implements Listener {
|
||||||
public void run()
|
public void run()
|
||||||
{
|
{
|
||||||
AuthMe.getInstance().api.forceLogout(p);
|
AuthMe.getInstance().api.forceLogout(p);
|
||||||
AuthMe.getInstance().api.forceLogin(p);
|
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 100);
|
||||||
|
Bukkit.getScheduler().runTaskLater(PluginMain.Instance, new Runnable(){
|
||||||
|
public void run()
|
||||||
|
{
|
||||||
|
AuthMe.getInstance().api.forceLogin(p);
|
||||||
|
}
|
||||||
|
}, 120);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue