Mana Mirror is... weird, with Mana Cabinet
Bluberry-Kat opened this issue ยท 4 comments
suggested fixes:
either blacklist the mana mirror from the cabinet (sad, but understandable) or change how the mana mirror works some how (probably the more difficult solution)
looking into how the mana mirror works..it seems that it binds to any instances of IManaPool, which the Mana Cabinet does implement.'
However, the methods that IManaPool implements aren't used by the cabinet in any way, so moving down to IManaReceiver which IManaPool extends seems to fix the issue without any immediate complications.