Merge pull request #490 from runelite-extended/tmo

Tmorph global swap that actually works.
This commit is contained in:
Jonathan
2019-06-03 21:54:02 -06:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ public class TMorph extends Plugin
@Subscribe
public void onAnimationChanged(AnimationChanged event)
{
if (config.animationTarget() < 0 && config.animationSwap() < 0)
if (config.animationTarget() <= 0 && config.animationSwap() <= 0 && config.globalAnimSwap() > 0)
{
if (event.getActor().getAnimation() != -1)
{