Mtarnuhal / FrozenCookies

An automated Cookie Clicker tool.
27 stars 22 forks source link

fix for https://github.com/Mtarnuhal/FrozenCookies/issues/89 #90

Closed acarlson99 closed 2 years ago

acarlson99 commented 2 years ago

Error appears to be caused by a change to the type of Game.UpgradesById

> typeof(Game.UpgradesById)
< 'object'

Use map function if available, otherwise assume it is an object