mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-27 12:18:45 +01:00
Fix sync tasks not being sync
This commit is contained in:
committed by
Alexander Söderberg
parent
0a5c73478d
commit
7ac3f7ca03
@@ -92,7 +92,7 @@ import java.util.concurrent.TimeUnit;
|
||||
}
|
||||
|
||||
@Override public void task(@Nonnull final Runnable runnable) {
|
||||
new BukkitPlotSquaredTask(runnable).runTaskAsynchronously(this.bukkitMain);
|
||||
new BukkitPlotSquaredTask(runnable).runTask(this.bukkitMain);
|
||||
}
|
||||
|
||||
@Override public void taskLater(@Nonnull final Runnable runnable,
|
||||
|
||||
Reference in New Issue
Block a user