Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix signal:Wait() method when :Fire() is called after :Wait() in a no…
…n-suspended coroutine. (#223) Fixes the error "cannot spawn non-suspended coroutine with arguments", as seen in https://www.youtube.com/watch?v=yevAvHU3ewo The coroutine's status is now checked before spawning it in :Wait().
- Loading branch information