Skip to content

Commit

Permalink
Remove class until remapper is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 20, 2025
1 parent f327483 commit f62c6eb
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ public static bool Prefix(Player __instance)
return false;
}

LayerMask observedMask = EFTHardSettings.Instance.MOVEMENT_MASK;
__instance.MovementContext = HeadlessMovementContext.Create(__instance, new Func<IAnimator>(__instance.GetBodyAnimatorCommon),
new Func<ICharacterController>(__instance.GetCharacterControllerCommon), observedMask);

return false;
return true;
}
}
}

0 comments on commit f62c6eb

Please sign in to comment.