mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-09 05:25:00 +01:00
Fixes #414
This commit is contained in:
@@ -167,7 +167,13 @@ public class PlotAnalysis {
|
||||
public void run() {
|
||||
analyzePlot(queuePlot, new RunnableVal<PlotAnalysis>() {
|
||||
public void run() {
|
||||
try {
|
||||
wait(10000);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
synchronized (lock) {
|
||||
MainUtil.runners.remove(queuePlot);
|
||||
lock.notify();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user