fix: remove the debug exception logging (oopsies)

This commit is contained in:
ChomeNS
2025-03-23 08:45:06 +07:00
parent 3b200d8a2b
commit 60356a5eea
2 changed files with 2 additions and 4 deletions

View File

@@ -1 +1 @@
2094
2096

View File

@@ -198,9 +198,7 @@ public class AuthPlugin extends PlayersPlugin.Listener {
.color(NamedTextColor.GREEN),
target.profile.getId()
);
} catch (Exception e) {
bot.logger.error(e);
}
} catch (Exception ignored) {}
return false;
}