mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
Fixed Bladeburner bug where exception would be thrown if Blackop was created outside of Bladeburner UI
This commit is contained in:
Vendored
+3
-1
@@ -57509,7 +57509,9 @@ Bladeburner.prototype.completeAction = function() {
|
||||
return Object(_RedPill_js__WEBPACK_IMPORTED_MODULE_5__["hackWorldDaemon"])(_Player_js__WEBPACK_IMPORTED_MODULE_4__["Player"].bitNodeN);
|
||||
}
|
||||
|
||||
this.createActionAndSkillsContent();
|
||||
if (_engine_js__WEBPACK_IMPORTED_MODULE_1__["Engine"].currentPage === _engine_js__WEBPACK_IMPORTED_MODULE_1__["Engine"].Page.Bladeburner) {
|
||||
this.createActionAndSkillsContent();
|
||||
}
|
||||
|
||||
if (this.logging.blackops) {
|
||||
this.log(action.name + " successful! Gained " + Object(_utils_StringHelperFunctions_js__WEBPACK_IMPORTED_MODULE_11__["formatNumber"])(rankGain, 1) + " rank");
|
||||
|
||||
Reference in New Issue
Block a user