mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Fix compile
This commit is contained in:
parent
193948d4fd
commit
757b9c695f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class AbstractDBTest implements AbstractDB {
|
|||
|
||||
@Override public void createPlotsAndData(List<Plot> plots, Runnable whenDone) {}
|
||||
|
||||
@Override public void createPlot(Plot plot) {}
|
||||
@Override public void createPlotSafe(Plot plot, Runnable success, Runnable failure) {}
|
||||
|
||||
@Override public void createTables() {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue