Tmorph global swap that actually works.
This commit is contained in:
@@ -64,7 +64,7 @@ public class TMorph extends Plugin
|
|||||||
@Subscribe
|
@Subscribe
|
||||||
public void onAnimationChanged(AnimationChanged event)
|
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)
|
if (event.getActor().getAnimation() != -1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user