save
Some checks are pending
Rust Checks / checks (push) Waiting to run

This commit is contained in:
CoCo_Sol 2024-03-31 22:40:52 +02:00
parent c6b4c64067
commit e7b369eed8

View file

@ -58,6 +58,7 @@ fn menu_ui(
name: name.clone(),
rank: PlayerRank::Player,
uuid,
color: (0, 0, 0),
}),
));
}
@ -71,6 +72,7 @@ fn menu_ui(
name: name.clone(),
rank: PlayerRank::Admin,
uuid,
color: (255, 255, 255),
});
}
});