Only occurs when you try to join a job using runBlocking in onDisable.
Looking for hacktoberfest contributors.
How to fix:
Add a plugin.isEnabled check to isDispatchNeeded in com.github.shynixn.mccoroutine.bukkit.dispatcher.MinecraftCoroutineDispatcher and com.github.shynixn.mccoroutine.bukkit.dispatcher.AsyncCoroutineDispatcher
Remove if (!plugin.isEnabled) check in dispatch from those files
Notes:
runBlocking
inonDisable
.How to fix:
plugin.isEnabled
check toisDispatchNeeded
incom.github.shynixn.mccoroutine.bukkit.dispatcher.MinecraftCoroutineDispatcher
andcom.github.shynixn.mccoroutine.bukkit.dispatcher.AsyncCoroutineDispatcher
if (!plugin.isEnabled)
check indispatch
from those files