Skip to content

Commit

Permalink
feat: Server-side control of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AudranTourneur committed Jan 26, 2025
1 parent 38452e3 commit 6b7cf48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions shared/src/players/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,3 @@ impl Player {
self.velocity = Vec3::ZERO;
}
}

impl Default for Inventory {
fn default() -> Self {
Self::new()
}
}

0 comments on commit 6b7cf48

Please sign in to comment.