This commit is contained in:
HaHaWTH 2024-01-29 19:53:52 +08:00
parent c402e2ec5a
commit e04608e499

View File

@ -164,8 +164,6 @@ public class GuiCaptchaHandler implements Listener {
messages.send(playerunreg, MessageKey.GUI_CAPTCHA_VERIFIED_AUTO_BEDROCK);
return;
}
bukkitService.runTaskAsynchronously(() -> {
bukkitService.runTask(() -> {
randomString = sb.toString();
Random random_blockpos = new Random();
@ -244,7 +242,6 @@ public class GuiCaptchaHandler implements Listener {
}, finalTimeOut * 20L);
}
});
});
}
}