Skip to content

Commit

Permalink
removed lines 66 67 - warning is noisy and can be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
hakr-civ authored Aug 12, 2023
1 parent 0f669d2 commit 981a554
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rosegold/world/entity.cr
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ class Rosegold::Entity
client.player.feet = position
elsif entity = client.dimension.entities[passenger_id]?
entity.position = position
else
Log.warn { "Trying to update passenger #{passenger_id} but it doesn't exist in client.dimensions.entities" }
end
end
end
Expand Down

0 comments on commit 981a554

Please sign in to comment.