Add the ownership system #96

Merged
raphael merged 8 commits from ownership-system into main 2024-04-03 15:44:19 +00:00
Showing only changes of commit e7b369eed8 - Show all commits

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),
});
}
});