Skip to content

Commit 6fe60c2

Browse files
committed
Change to send movement state along with syncing movement
1 parent ed395bf commit 6fe60c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/AimAtCursorPlayerCharacterController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ protected void UpdateInput()
239239

240240
UpdateLookInput();
241241
UpdateWASDInput();
242-
PlayerCharacterEntity.SetExtraMovement(isSprinting ? ExtraMovementState.IsSprinting : ExtraMovementState.None);
242+
PlayerCharacterEntity.SetExtraMovementState(isSprinting ? ExtraMovementState.IsSprinting : ExtraMovementState.None);
243243
}
244244

245245
protected void UpdateWASDInput()

0 commit comments

Comments
 (0)