Advertisement
Lisenochek

Untitled

Dec 29th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public void deleteBuildingData(Buildings buildings) {
  2. SQL.getSQL().execute("DELETE FROM BUILDINGS WHERE x = '" + buildings.getLocation().getBlockX() + "' AND y = '" + buildings.getLocation().getBlockY() + "' AND z = '" + buildings.getLocation().getBlockZ() + "'");
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement