mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-03 02:33:43 +01:00
Fixed missing type change
This commit is contained in:
@@ -19,7 +19,7 @@ public class AbstractDBTest implements AbstractDB {
|
||||
|
||||
@Override public void setOwner(Plot plot, UUID uuid) {}
|
||||
|
||||
@Override public void createPlotsAndData(ArrayList<Plot> plots, Runnable whenDone) {}
|
||||
@Override public void createPlotsAndData(List<Plot> plots, Runnable whenDone) {}
|
||||
|
||||
@Override public void createPlot(Plot plot) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user