This commit is contained in:
dordsor21 2022-06-11 14:42:16 +01:00
parent 2802939112
commit d629e9eecb
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -965,7 +965,7 @@ public abstract class PlotArea {
} }
/** /**
* Merge a list of plots together. This is non-blocking for the world-changes that will be made. To run a tasks when the * Merge a list of plots together. This is non-blocking for the world-changes that will be made. To run a task when the
* world changes are complete, use {@link PlotArea#mergePlots(List, boolean, Runnable)}; * world changes are complete, use {@link PlotArea#mergePlots(List, boolean, Runnable)};
* *
* @param plotIds List of plot IDs to merge * @param plotIds List of plot IDs to merge