diff options
Diffstat (limited to '')
-rw-r--r-- | client/src/logic/players.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/logic/players.ts b/client/src/logic/players.ts index ebe469f..96779fe 100644 --- a/client/src/logic/players.ts +++ b/client/src/logic/players.ts @@ -33,7 +33,7 @@ export const updatePlayers = (data: GameState, input: Input) => { data.players[added] ||= { pos: {x: 1, y: 1}, inputRotation: Rotation.EAST, - moveRotation: Rotation.EAST, + moveRotation: Rotation.NOTHING, moving: false, }; |