This commit is contained in:
yuni 2024-08-02 02:27:36 +02:00
parent 9d44a2db85
commit 458b712394

View file

@ -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>,