convert unclickable inside the react tree

This commit is contained in:
Olivier Gagnon
2021-09-25 14:00:38 -04:00
parent 125e9484f7
commit d49fea4cbc
5 changed files with 22 additions and 27 deletions
-2
View File
@@ -46,7 +46,6 @@ import { dialogBoxCreate } from "../utils/DialogBox";
import { exceptionAlert } from "../utils/helpers/exceptionAlert";
import { startTampering } from "./Exploits/tampering";
import { startUnclickable } from "./Exploits/unclickable";
import React from "react";
@@ -270,7 +269,6 @@ const Engine: {
load: function (saveString) {
startTampering();
startUnclickable();
// Load game from save or create new game
if (loadGame(saveString)) {
ThemeEvents.emit();