"There's a queue_push breaking somewhere"
LadyCailinBot opened this issue ยท 1 comments
CMDHELPER-2993 - Reported by dddeeefff.dddeeefff
Stack trace when using /reloadaliases (which queue_pushes a custom scripts before doing the script reload)
http://paste.thezomg.com/15727/17222312/
CH version: most recent (dropbox)
Server Version
CraftBukkit version git-Spigot-"617ce66" (MC: 1.8)
Comment by PseudoKnight
Is this what happens when you put run('/reloadaliases') inside a queue_push() closure? I worked around that by putting my final task in a set_timeout() instead of a queue.
I think it might be because the execution queue is not being stopped early enough in the AliasCore.reload(). I'll test that.
edit: Well, that didn't work, though I think the order makes more sense.