mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
fix compile time error
This commit is contained in:
parent
336b22303f
commit
86eb696df7
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue