Skip to content

Commit

Permalink
session/session.go: Fixed missing moving bool.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Dec 16, 2024
1 parent a158baa commit 3be6a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ type Session struct {
swingingArm atomic.Bool
changingSlot atomic.Bool
changingDimension atomic.Bool
moving bool

recipes map[uint32]recipe.Recipe

Expand Down

0 comments on commit 3be6a2d

Please sign in to comment.