mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
fix compile time error
This commit is contained in:
parent
336b22303f
commit
86eb696df7
@ -802,7 +802,7 @@ public class SQLManager implements AbstractDB {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void movePlot(Plot original, final Plot newPlot) {
|
||||
public void movePlot(final Plot original, final Plot newPlot) {
|
||||
TaskManager.runTaskAsync(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
Loading…
Reference in New Issue
Block a user