allbuild commit ddf4ab26

This commit is contained in:
Olivier Gagnon 2022-05-26 00:34:30 -04:00
parent ddf4ab2672
commit 00adc2ffa2
3 changed files with 5 additions and 5 deletions

4
dist/main.bundle.js vendored

File diff suppressed because one or more lines are too long

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[] => {