revert safeguard

This commit is contained in:
Olivier Gagnon 2021-10-28 16:41:37 -04:00
parent dc88d9b478
commit cc438cbabd
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

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