mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
Updated WorkerScript-related code for the workerScripts array->map change
This commit is contained in:
@@ -12,7 +12,7 @@ import { IPlayer } from "../../PersonObjects/IPlayer";
|
||||
|
||||
type IProps = {
|
||||
p: IPlayer;
|
||||
workerScripts: WorkerScript[];
|
||||
workerScripts: Map<number, WorkerScript>;
|
||||
}
|
||||
|
||||
export class ActiveScriptsRoot extends React.Component<IProps> {
|
||||
|
||||
Reference in New Issue
Block a user