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:
parent
7fd9c8e681
commit
d1bbfdfbfd
1 changed files with 1 additions and 0 deletions
|
@ -785,6 +785,7 @@ impl ZoneConnection {
|
||||||
models: inventory.get_model_ids(&mut game_data),
|
models: inventory.get_model_ids(&mut game_data),
|
||||||
pos: exit_position.unwrap_or_default(),
|
pos: exit_position.unwrap_or_default(),
|
||||||
rotation: exit_rotation.unwrap_or(0.0),
|
rotation: exit_rotation.unwrap_or(0.0),
|
||||||
|
voice: chara_details.chara_make.voice_id as u8,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue