mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fixed missing type change
This commit is contained in:
parent
5d8492b675
commit
e4350feb2a
@ -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) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user