Burgersim / PGEG

2 stars 3 forks source link

make constructor public to prevent crashes #7

Closed LemmaEOF closed 6 years ago

LemmaEOF commented 6 years ago

The constructor for MixinManaHandler was set to protected. This makes it inaccessible for anything trying to call the MixinManaHandler unless it's an extension of MixinManaHandler. Setting it to public prevents the game from crashing if anyone else tries to mixin to EntityLivingBase.