revert formulas safeguard

This commit is contained in:
Olivier Gagnon
2021-10-28 16:43:47 -04:00
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,7 @@ import { sanitizeExploits } from "./Exploits/Exploit";
import { Reviver } from "./utils/JSONReviver";
import Decimal from "decimal.js";
import { Programs } from "./Programs/Programs";
export let Player = new PlayerObject();