SteamWar/BungeeCore
Archiviert
13
2
Dieser Commit ist enthalten in:
Chaoscaot 2020-09-21 23:34:26 +02:00
Ursprung 7dd8d707a5
Commit bd22287898

Datei anzeigen

@ -129,7 +129,7 @@ public class Schematic {
ResultSet set = SQL.select("SELECT Item WHERE SchemID = ?", schemID);
return set.getString("Item");
} catch (SQLException throwables) {
return "CAULDRON_ITEM";
throw new SecurityException("Could not load Item");
}
}