NevermoreEngine
NevermoreEngine copied to clipboard
replace spawn with coroutine in MasterClock.lua
replaces spawn with coroutine.wrap for immediate start and future proofing.
if we're using wait(5) then there's really no point here in using coroutine.wrap().