Remove unused print
This commit is contained in:
parent
2fbb1983a4
commit
34bb145de3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user