hotfix getPlayer non-singularity

This commit is contained in:
Olivier Gagnon
2021-06-02 21:28:07 -04:00
parent 0ef09a1c73
commit 34c2c70a2b
4 changed files with 1 additions and 4 deletions

View File

@@ -2946,7 +2946,6 @@ function NetscriptFunctions(workerScript) {
},
getPlayer: function() {
updateDynamicRam("getPlayer", getRamCost("getPlayer"));
checkSingularityAccess("getPlayer", 1);
const data = {
hacking_skill: Player.hacking_skill,