Fixed single plot purge

This commit is contained in:
boy0001 2015-01-04 16:35:12 +11:00
parent 0fdb358291
commit 56d65ebd1e

View File

@ -867,7 +867,6 @@ public class SQLManager implements AbstractDB {
stmt.close();
stmt = SQLManager.this.connection.prepareStatement("DELETE FROM `" + prefix + "plot` WHERE `id` = " + idstr + "");
stmt.setString(1, world);
stmt.executeUpdate();
stmt.close();
} catch (final SQLException e) {