From 6e09c8dafbb6987ce503227f912c368a24abd64f Mon Sep 17 00:00:00 2001 From: Aktanusa Date: Tue, 9 Feb 2016 13:45:42 -0500 Subject: [PATCH] Hopefully to fix the crashing (part 2) --- src/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.js b/src/Main.js index 17b94b1..5fad819 100644 --- a/src/Main.js +++ b/src/Main.js @@ -54,7 +54,7 @@ CM.ReplaceNative = function() { Game.RebuildUpgrades = function() { CM.Backup.RebuildUpgrades(); CM.Disp.AddTooltipUpgrade(); - CM.Sim.DoSims = 1; + Game.CalculateGains(); } CM.Backup.UpdateMenu = Game.UpdateMenu;