Remove sleeve message when quitting job from a script (#1357)

This commit is contained in:
Kelenius
2024-06-06 01:25:54 +03:00
committed by GitHub
parent bd5c502f53
commit 653d531d0a
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ export function NetscriptSingularity(): InternalAPI<ISingularity> {
quitJob: (ctx) => (_companyName) => {
helpers.checkSingularityAccess(ctx);
const companyName = getEnumHelper("CompanyName").nsGetMember(ctx, _companyName);
Player.quitJob(companyName);
Player.quitJob(companyName, true);
},
getCompanyRep: (ctx) => (_companyName) => {
helpers.checkSingularityAccess(ctx);