Skip to content

Commit

Permalink
Super commit (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
suprohub authored Oct 28, 2024
1 parent 79d2f91 commit ba6f50a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pumpkin/src/world/scoreboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@ use pumpkin_protocol::{

use super::World;

#[derive(Default)]
pub struct Scoreboard {
objectives: HashMap<String, ScoreboardObjective<'static>>,
// teams: HashMap<String, Team>,
}

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

impl Scoreboard {
#[must_use]
pub fn new() -> Self {
Expand Down

0 comments on commit ba6f50a

Please sign in to comment.