You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this call to ResultSet#next results in an SQLException, it will simply print the stacktrack then produce more errors. It will never break from the loop. This causes infinite stacktrace spam in the console, producing gigantic log files.
Please fix.
The text was updated successfully, but these errors were encountered:
Autorank-2/src/me/armar/plugins/autorank/pathbuilder/playerdata/global/GlobalPlayerDataStorage.java
Lines 144 to 150 in 7b579e2
If this call to
ResultSet#next
results in anSQLException
, it will simply print the stacktrack then produce more errors. It will never break from the loop. This causes infinite stacktrace spam in the console, producing gigantic log files.Please fix.
The text was updated successfully, but these errors were encountered: