diff --git a/VariableMovement/VariableMovementWithState.cs b/VariableMovement/VariableMovementWithState.cs index 352d8ee..a9f7d08 100644 --- a/VariableMovement/VariableMovementWithState.cs +++ b/VariableMovement/VariableMovementWithState.cs @@ -69,7 +69,7 @@ namespace Syntriax.Modules.Movement.VariableMovement if (_inputCollection != null) foreach (InputAction action in _inputCollection) - if (action.name == Asset.Name) + if (action.name == Asset.ActionReference) { actionReference = action; actionReference.performed += Performed;