mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 22:13:12 +00:00
getSchematic feedback if selection contains non-existent chunk
This commit is contained in:
parent
b6d86ec1e1
commit
86a7974f84
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue