fix: core tracked query issue
This commit is contained in:
@@ -32,7 +32,7 @@ public class AuthPlugin extends PlayersPlugin.Listener {
|
||||
|
||||
future.completeOnTimeout("", 10, TimeUnit.SECONDS);
|
||||
|
||||
future.thenApplyAsync(ip -> {
|
||||
future.thenApply(ip -> {
|
||||
bot.logger.log(
|
||||
LogType.AUTH,
|
||||
Component.translatable(
|
||||
|
||||
Reference in New Issue
Block a user