condense info

This commit is contained in:
boy0001 2015-02-16 14:46:57 +11:00
parent 42a710d885
commit 8585727acb
5 changed files with 70 additions and 14 deletions

View file

@ -161,6 +161,7 @@ public class SQLManager implements AbstractDB {
}
stored.get(world).put(new PlotId(idx, idz), id);
}
stmt.close();
} catch (final SQLException e) {
e.printStackTrace();
}