mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
Fixed Netscript error message typos
This commit is contained in:
@@ -1460,7 +1460,7 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
}
|
||||
if (inMission) {
|
||||
workerScript.scriptRef.log("ERROR: universityCourse() failed because you are in the middle of a mission.");
|
||||
workerScript.scriptRef.log("ERROR: gymWorkout() failed because you are in the middle of a mission.");
|
||||
return;
|
||||
}
|
||||
if (Player.isWorking) {
|
||||
@@ -1791,7 +1791,7 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
|
||||
if (inMission) {
|
||||
workerScript.scriptRef.log("ERROR: universityCourse() failed because you are in the middle of a mission.");
|
||||
workerScript.scriptRef.log("ERROR: workForCompany() failed because you are in the middle of a mission.");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1949,7 +1949,7 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
|
||||
if (inMission) {
|
||||
workerScript.scriptRef.log("ERROR: universityCourse() failed because you are in the middle of a mission.");
|
||||
workerScript.scriptRef.log("ERROR: workForFaction() failed because you are in the middle of a mission.");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -2049,7 +2049,7 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
}
|
||||
if (inMission) {
|
||||
workerScript.scriptRef.log("ERROR: universityCourse() failed because you are in the middle of a mission.");
|
||||
workerScript.scriptRef.log("ERROR: createProgram() failed because you are in the middle of a mission.");
|
||||
return;
|
||||
}
|
||||
if (Player.isWorking) {
|
||||
@@ -2139,7 +2139,7 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
}
|
||||
if (inMission) {
|
||||
workerScript.scriptRef.log("ERROR: universityCourse() failed because you are in the middle of a mission.");
|
||||
workerScript.scriptRef.log("ERROR: commitCrime() failed because you are in the middle of a mission.");
|
||||
return;
|
||||
}
|
||||
if (Player.isWorking) {
|
||||
|
||||
Reference in New Issue
Block a user