Skip to content

Commit

Permalink
Fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Sep 8, 2024
1 parent 8b29d9e commit e8edb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/client/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl Player {
// TODO: Figure out better way to get only the players from player_ids
// Also refactor out a better method to get individual advanced state ids

let world = self.world.lock().await;
let world = self.entity.world.lock().await;
let players = world
.current_players
.iter()
Expand Down

0 comments on commit e8edb0e

Please sign in to comment.