mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
allbuild commit ddf4ab26
This commit is contained in:
parent
ddf4ab2672
commit
00adc2ffa2
4
dist/main.bundle.js
vendored
4
dist/main.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/main.bundle.js.map
vendored
2
dist/main.bundle.js.map
vendored
File diff suppressed because one or more lines are too long
@ -539,8 +539,8 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
||||
stock: NetscriptStockMarket(Player, workerScript),
|
||||
grafting: NetscriptGrafting(Player),
|
||||
hacknet: NetscriptHacknet(Player, workerScript),
|
||||
sprintf: sprintf,
|
||||
vsprintf: vsprintf,
|
||||
sprintf: () => sprintf,
|
||||
vsprintf: () => vsprintf,
|
||||
scan:
|
||||
(ctx: NetscriptContext) =>
|
||||
(_hostname: unknown = workerScript.hostname): string[] => {
|
||||
|
Loading…
Reference in New Issue
Block a user