Skip to content

Commit

Permalink
fix typo in message action
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Sep 30, 2023
1 parent ad616e8 commit 01eb9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub fn send_message(
get_config_key("GstKeyBinding.default.ConceptChat.1.button", 0x0F);
message_action(current_message, tab_key);
} else {
message_action(current_message, squad_key);
message_action(current_message, 0x24);
}
}
structs::ChatType::Team => message_action(current_message, team_key),
Expand Down

0 comments on commit 01eb9d7

Please sign in to comment.