bitburner-official / bitburner-src

Bitburner source code.
Other
794 stars 258 forks source link

MISC: Cancel spawned scripts in Bitverse #1429

Closed catloversg closed 3 months ago

catloversg commented 3 months ago

A player reported that ns.spawn and ns.singularity.goToLocation can pull them back to the main UI when they are in Bitverse. When the player goes to Bitverse, we kill all running scripts with prestigeWorkerScripts, but ns.spawn allows spawning new scripts when they are still in Bitverse. This PR fixes this problem.