mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 22:13:12 +00:00
Possible fix...
This commit is contained in:
parent
8e6608d613
commit
7266a2a875
2 changed files with 21 additions and 1 deletions
|
@ -184,6 +184,13 @@ public class PlotMain extends JavaPlugin {
|
|||
*/
|
||||
private static LinkedHashMap<String, HashMap<PlotId, Plot>> plots;
|
||||
|
||||
/**
|
||||
* Return an instance of MySQL
|
||||
*/
|
||||
public static MySQL getMySQL() {
|
||||
return mySQL;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check for expired plots
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue