TCLProject / ArsMagica2-5

Ars Magica 2.5
15 stars 8 forks source link

Workaround to lag issue TCLProject#14 #35

Open DrParadox7 opened 10 months ago

DrParadox7 commented 10 months ago

Allow skipping the lag heavy part of onEntityLiving() if the spells reliant on it are disabled.

Related to #14.

TCLProject commented 10 months ago

This workaround is smart and would work, but vortex logic is also handled in the same block. I will be making a new dev branch shortly, it has changes that should drastically reduce the lag from this function. If need be, you can copypaste some things from there

DrParadox7 commented 10 months ago

Made new changes with some copypasta from your dev branch.