mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
This reverts commit 92b8b58588.
Accidental merge on my part - the code is in decent shape, but isn't meant to go in for 3.0.
This commit is contained in:
@@ -468,7 +468,7 @@ export function NetscriptSingularity(): InternalAPI<ISingularity> {
|
||||
helpers.checkSingularityAccess(ctx);
|
||||
const filename = helpers.string(ctx, "filename", _filename);
|
||||
const server = Player.getCurrentServer();
|
||||
cat([filename], server, ctx.workerScript.scriptRef.terminalStdOut);
|
||||
cat([filename], server);
|
||||
},
|
||||
connect: (ctx) => (_host?) => {
|
||||
helpers.checkSingularityAccess(ctx);
|
||||
|
||||
Reference in New Issue
Block a user