#830 Initialize login process with more specific methods (with password vs. force login)
This commit is contained in:
@@ -157,7 +157,7 @@ public class API {
|
||||
* @param player The player to log in
|
||||
*/
|
||||
public static void forceLogin(Player player) {
|
||||
management.performLogin(player, "dontneed", true);
|
||||
management.forceLogin(player);
|
||||
}
|
||||
|
||||
public AuthMe getPlugin() {
|
||||
|
||||
@@ -179,7 +179,7 @@ public class NewAPI {
|
||||
* @param player The player to log in
|
||||
*/
|
||||
public void forceLogin(Player player) {
|
||||
management.performLogin(player, "dontneed", true);
|
||||
management.forceLogin(player);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user