mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
allbuild commit e6d14eff
This commit is contained in:
@@ -1278,5 +1278,9 @@ export function NetscriptSingularity(player: IPlayer, workerScript: WorkerScript
|
||||
runAfterReset(callbackScript);
|
||||
}, 0);
|
||||
},
|
||||
getCurrentWork: () => (): any | null => {
|
||||
if (!player.currentWork) return null;
|
||||
return player.currentWork.APICopy();
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user