Cleanup
This commit is contained in:
parent
c402e2ec5a
commit
e04608e499
@ -164,8 +164,6 @@ public class GuiCaptchaHandler implements Listener {
|
|||||||
messages.send(playerunreg, MessageKey.GUI_CAPTCHA_VERIFIED_AUTO_BEDROCK);
|
messages.send(playerunreg, MessageKey.GUI_CAPTCHA_VERIFIED_AUTO_BEDROCK);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
bukkitService.runTaskAsynchronously(() -> {
|
|
||||||
bukkitService.runTask(() -> {
|
bukkitService.runTask(() -> {
|
||||||
randomString = sb.toString();
|
randomString = sb.toString();
|
||||||
Random random_blockpos = new Random();
|
Random random_blockpos = new Random();
|
||||||
@ -244,7 +242,6 @@ public class GuiCaptchaHandler implements Listener {
|
|||||||
}, finalTimeOut * 20L);
|
}, finalTimeOut * 20L);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user