Skip to content

Commit

Permalink
Fixed Security Hotspots
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jul 10, 2024
1 parent cfebe70 commit 4fb39e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public void registerKits(List<String> optionalConfigurations) {
}
} catch (Exception exception) {
plugin.getDebugger().debug(Level.WARNING, "ERROR IN LOADING KITS");
exception.printStackTrace();
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ private void throwException(@NotNull SQLException exception) {
plugin.getDebugger().debug(Level.WARNING, "SQLException occurred! Cause: {0} ({1})", exception.getSQLState(), exception.getErrorCode());
plugin.getMessageUtils().errorOccurred();
Bukkit.getConsoleSender().sendMessage("Check configuration of mysql.yml file or try to disable mysql option in config.yml");
exception.printStackTrace();
}

/**
Expand Down

0 comments on commit 4fb39e9

Please sign in to comment.