Version changed to 2.0034.3 and changed to a faster method of getting current time

This commit is contained in:
Aktanusa
2017-07-19 17:33:54 -04:00
parent b4157cdbc5
commit e061caa2e4
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ CM.ReplaceNative = function() {
Game.CalculateGains = function() {
CM.Backup.CalculateGains();
CM.Sim.DoSims = 1;
CM.Sim.Date = new Date().getTime();
CM.Sim.Date = Date.now();
}
CM.Backup.tooltip = {};
@@ -204,5 +204,5 @@ CM.ConfigDefault = {BotBar: 1, TimerBar: 1, TimerBarPos: 0, BuildColor: 1, BulkB
CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '2.0034';
CM.VersionMinor = '2';
CM.VersionMinor = '3';