mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-08 07:15:27 +02:00
fix compile time error
This commit is contained in:
@@ -802,7 +802,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void movePlot(Plot original, final Plot newPlot) {
|
public void movePlot(final Plot original, final Plot newPlot) {
|
||||||
TaskManager.runTaskAsync(new Runnable() {
|
TaskManager.runTaskAsync(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
Reference in New Issue
Block a user