We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following is counted as an error (which seems incorrect to me):
proc/example() set SpacemanDMM_should_not_sleep = 1 spawn(0) does_sleep() proc/does_sleep() sleep(42)
Meanwhile sleeping directly inside a spawn is fine (which seems correct):
sleep
spawn
proc/example() set SpacemanDMM_should_not_sleep = 1 spawn(0) sleep(42)
The text was updated successfully, but these errors were encountered:
Dupe of #175 methinks
Sorry, something went wrong.
Correct, my apologies!
No branches or pull requests
The following is counted as an error (which seems incorrect to me):
Meanwhile
sleep
ing directly inside aspawn
is fine (which seems correct):The text was updated successfully, but these errors were encountered: