mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
NETSCRIPT: Fix a typo in scp (#256)
This commit is contained in:
@@ -883,7 +883,7 @@ export const ns: InternalAPI<NSFull> = {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
destScript.code = sourceScript.code;
|
destScript.code = sourceScript.code;
|
||||||
destScript.ramUsage = destScript.ramUsage;
|
destScript.ramUsage = sourceScript.ramUsage;
|
||||||
destScript.markUpdated();
|
destScript.markUpdated();
|
||||||
helpers.log(ctx, () => `WARNING: File '${file}' overwritten on '${destServer?.hostname}'`);
|
helpers.log(ctx, () => `WARNING: File '${file}' overwritten on '${destServer?.hostname}'`);
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user