LlamaLad7/MixinExtras

Late injectors do not interact properly with groups

LlamaLad7 opened this issue · 1 comments

Groups check their injection count before the late injections are applied meaning they sometimes fail validation. We should notify the injectors of the callbacks earlier.

Fixed in 0.3.5