Remove unused print

This commit is contained in:
Sofia 2026-07-30 19:41:22 +03:00
parent 2fbb1983a4
commit 34bb145de3

View File

@ -517,7 +517,6 @@ impl Game {
}
pub fn try_set_player_team(&mut self, player_id: u16, team: u8) {
godot_print!("set player team");
if let Some(player) = self.find_player_mut(player_id) {
if player.data.team == team {
return;