mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-19 14:51:56 +00:00
1.2 - release
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
main: me.SuperRonanCraft.BetterRTPAddons.Main
|
||||
version: 1.1
|
||||
version: 1.2
|
||||
api-version: '1.13'
|
||||
name: BetterRTPAddons
|
||||
depend: [BetterRTP]
|
||||
|
||||
Reference in New Issue
Block a user