getSchematic feedback if selection contains non-existent chunk

This commit is contained in:
boy0001 2015-03-31 21:05:40 +11:00
parent b6d86ec1e1
commit 86a7974f84
3 changed files with 7 additions and 2 deletions

View file

@ -66,6 +66,10 @@ public class SQLManager implements AbstractDB {
private final String prefix;
// Private Final
private Connection connection;
public Connection getConnection() {
return this.connection;
}
/**
* Constructor