mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fix compile
This commit is contained in:
@ -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() {}
|
||||
|
||||
|
Reference in New Issue
Block a user