summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorfatpigsarefat <fatpigsarefat@outlook.com>2019-02-03 11:12:28 +0000
committerfatpigsarefat <fatpigsarefat@outlook.com>2019-02-03 11:13:36 +0000
commitc4022f799cb9bd779273fd401084a79646028e6e (patch)
treee779c0d84ff33e9e8782ebffd71f83e222c60a5f /src
parent6ee9184f884a77a5f9195bb8c35bbb91cc426b09 (diff)
Synchronisation
- The quest complete watcher now runs on the main thread because I'm a fucking idiot
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/leonardobishop/quests/Quests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/leonardobishop/quests/Quests.java b/src/main/java/com/leonardobishop/quests/Quests.java
index 50cd8cb4..e478d35c 100644
--- a/src/main/java/com/leonardobishop/quests/Quests.java
+++ b/src/main/java/com/leonardobishop/quests/Quests.java
@@ -213,7 +213,7 @@ public class Quests extends JavaPlugin {
}
}
}
- }.runTaskTimerAsynchronously(this, 20L, 20L);
+ }.runTaskTimer(this, 20L, 20L);
new BukkitRunnable() {
@Override
public void run() {