1.2 - release

This commit is contained in:
SuperRonanCraft
2020-12-26 19:51:42 -05:00
parent 538bfa95ce
commit a18c71f27b
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ public abstract class Database {
try {
conn = getSQLConnection();
ps = conn.prepareStatement("SELECT * FROM " + table + " WHERE " + testColumn.getName() + " = ?");
ps.setString(1, "");
rs = ps.executeQuery();
} catch (SQLException ex) {
plugin.getLogger().log(Level.SEVERE, "Unable to retreive connection", ex);

View File

@@ -1,5 +1,5 @@
main: me.SuperRonanCraft.BetterRTPAddons.Main
version: 1.1
version: 1.2
api-version: '1.13'
name: BetterRTPAddons
depend: [BetterRTP]