cleanup
This commit is contained in:
parent
9d44a2db85
commit
458b712394
|
@ -795,7 +795,7 @@ pub fn handle_chat_events(
|
|||
|
||||
fn handle_reply_keys(
|
||||
keyboard_input: Res<ButtonInput<KeyCode>>,
|
||||
settings: ResMut<var::Settings>,
|
||||
settings: Res<var::Settings>,
|
||||
q_choices: Query<&Choice>,
|
||||
mut q_chats: Query<&mut Chat>,
|
||||
mut evwriter_sfx: EventWriter<audio::PlaySfxEvent>,
|
||||
|
|
Loading…
Reference in a new issue