Explv / Explvs-AIO

Explv's AIO
MIT License
23 stars 18 forks source link

Tutorial Island, failed to open settings #52

Closed Azn2000 closed 5 years ago

Azn2000 commented 5 years ago

Because of the change in the Event EnabledFixedModeEvent to Line 26 } else if (Tab.SETTINGS.isDisabled(getBot())) { It can not execute probably in the Tutorial Settings section, because the Game says its disabled. But it isn't, did a really messy workaround to fix it for me at least. } else if (Tab.SETTINGS.isDisabled(getBot()) && getConfigs().get(281) == 1000) {

Better solution needs to be found.

Explv commented 5 years ago

This should be working now. Re-open if not