mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-22 02:05:16 +01:00
Fix merge issue
This commit is contained in:
parent
ec36e6875e
commit
79bc34a6ec
@ -57,7 +57,7 @@ public class Management {
|
||||
}
|
||||
|
||||
public void forceLogin(Player player, boolean quiet) {
|
||||
runTask(() -> asynchronousLogin.forceLogin(player, quiet));
|
||||
runTask(player, () -> asynchronousLogin.forceLogin(player, quiet));
|
||||
}
|
||||
|
||||
public void performLogout(Player player) {
|
||||
|
Loading…
Reference in New Issue
Block a user