fix: remove the debug exception logging (oopsies)
This commit is contained in:
@@ -1 +1 @@
|
||||
2094
|
||||
2096
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user