Skip to content

Commit

Permalink
Rmove noisy passenger update warning
Browse files Browse the repository at this point in the history
It's noisy at times and should be able to be entirely ignored
  • Loading branch information
hakr-civ committed Aug 12, 2023
1 parent 0f669d2 commit 4c8ac97
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 4c8ac97

Please sign in to comment.