1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-19 17:27:45 +00:00

Send voice id when spawning player

Forgot to do this, so everyone sounded like a man - oops?
This commit is contained in:
Joshua Goins 2025-05-12 22:00:23 -04:00
parent 7fd9c8e681
commit d1bbfdfbfd

View file

@ -785,6 +785,7 @@ impl ZoneConnection {
models: inventory.get_model_ids(&mut game_data),
pos: exit_position.unwrap_or_default(),
rotation: exit_rotation.unwrap_or(0.0),
voice: chara_details.chara_make.voice_id as u8,
..Default::default()
}
}