mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Fix compile
This commit is contained in:
parent
193948d4fd
commit
757b9c695f
@ -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 New Issue
Block a user