Open ghost opened 10 years ago
The issue is an exception from within MulliganManager.ToggleHoldState
I think it's m_UIbuttons that's null. Waiting for that seems to fix it: https://github.com/helios-/HearthstoneBot/commit/c892be0671769dcd465914c2fec1d88eddcd7e71
Currently the mulligan phase, causes errors, and this results in stray "Replaced" messages, that do not disappear. It seems to be a timing issue, namely that mulligan is triggered before the game is able to handle mulligan. A hacky fix would be a pre-delay.