diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2019-02-03 11:12:28 +0000 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2019-02-03 11:13:36 +0000 |
| commit | c4022f799cb9bd779273fd401084a79646028e6e (patch) | |
| tree | e779c0d84ff33e9e8782ebffd71f83e222c60a5f /src/main/java | |
| parent | 6ee9184f884a77a5f9195bb8c35bbb91cc426b09 (diff) | |
Synchronisation
- The quest complete watcher now runs on the main thread because
I'm a fucking idiot
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/com/leonardobishop/quests/Quests.java | 2 |
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() { |
