mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fixed single plot purge
This commit is contained in:
parent
0fdb358291
commit
56d65ebd1e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user