mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
v0.40.5
This commit is contained in:
parent
f4391b19bc
commit
5902c892de
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
let CONSTANTS = {
|
let CONSTANTS = {
|
||||||
Version: "0.40.4",
|
Version: "0.40.5",
|
||||||
|
|
||||||
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
||||||
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
|
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
|
||||||
|
@ -4108,7 +4108,7 @@ function NetscriptFunctions(workerScript) {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
let data = contract.getData();
|
let data = contract.getData();
|
||||||
if (typeof data === "object") {
|
if (data.constructor === Array) {
|
||||||
// Pass a copy
|
// Pass a copy
|
||||||
return data.slice();
|
return data.slice();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user