mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
allbuild commit ddf4ab26
This commit is contained in:
@@ -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[] => {
|
||||
|
||||
Reference in New Issue
Block a user