LoliKingdom / LoliASM

The lolis are now preparing to bytecode manipulate your game.
GNU Lesser General Public License v2.1
104 stars 22 forks source link

Fix makeEventsSingletons breaking capabilities #213

Closed TheComputerizer closed 9 months ago

TheComputerizer commented 9 months ago

Capability maps were just being cleared before the CapabilityDispatchers were made which caused a lot of capability related NullPointerExceptions for some mods

Rongmario commented 9 months ago

Thanks for the contribution once again!