mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-23 23:55:33 +02: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