Minor changes
This commit is contained in:
parent
6c6fd229c3
commit
7bbdce13ea
@ -73,7 +73,7 @@ public class AuthMe extends JavaPlugin {
|
|||||||
|
|
||||||
// Version and build number values
|
// Version and build number values
|
||||||
private static String pluginVersion = "5.6.0-Fork";
|
private static String pluginVersion = "5.6.0-Fork";
|
||||||
private static final String pluginBuild = "b";
|
public static final String pluginBuild = "b";
|
||||||
private static String pluginBuildNumber = "35";
|
private static String pluginBuildNumber = "35";
|
||||||
// Private instances
|
// Private instances
|
||||||
private EmailService emailService;
|
private EmailService emailService;
|
||||||
|
|||||||
@ -246,7 +246,7 @@ public class GuiCaptchaHandler implements Listener {
|
|||||||
public void onPlayerAuthMeLogin(LoginEvent event) {
|
public void onPlayerAuthMeLogin(LoginEvent event) {
|
||||||
Player player = event.getPlayer();
|
Player player = event.getPlayer();
|
||||||
if (!closeReasonMap.containsKey(player)) {
|
if (!closeReasonMap.containsKey(player)) {
|
||||||
closeReasonMap.put(player, "verified:loggedIn");
|
closeReasonMap.put(player, "verified:login");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user