mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
BUGFIX: Fix additionalMsec overflow issue (#941)
This commit is contained in:
@@ -530,7 +530,7 @@ export function NetscriptSingularity(): InternalAPI<ISingularity> {
|
||||
manualHack: (ctx) => () => {
|
||||
helpers.checkSingularityAccess(ctx);
|
||||
const server = Player.getCurrentServer();
|
||||
return helpers.hack(ctx, server.hostname, true);
|
||||
return helpers.hack(ctx, server.hostname, true, null);
|
||||
},
|
||||
installBackdoor: (ctx) => async (): Promise<void> => {
|
||||
helpers.checkSingularityAccess(ctx);
|
||||
|
||||
Reference in New Issue
Block a user