mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
v0.40.5
This commit is contained in:
parent
62b58cd766
commit
74761f5a08
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 = {
|
||||
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
|
||||
//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;
|
||||
}
|
||||
let data = contract.getData();
|
||||
if (typeof data === "object") {
|
||||
if (data.constructor === Array) {
|
||||
// Pass a copy
|
||||
return data.slice();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user