diff options
| author | sD <stoned@derpymail.org> | 2020-05-23 17:28:27 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-23 17:28:27 +0200 |
| commit | 5922bf748aa65f085d28b3a91e5961793aabd0c9 (patch) | |
| tree | 15a00c7742c3a839277f31dece0ec0d627ce973c | |
| parent | 52736498b15a7464a2a395eb1984f9aa6578736d (diff) | |
no and zone
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index bcd3b47a..caab3a5e 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1537,7 +1537,7 @@ void Courtroom::on_chat_return_pressed() f_emote_mod = 2; } } - else if (ui_pre->isChecked() and !ui_pre_non_interrupt->isChecked()) { + else if (ui_pre->isChecked() && !ui_pre_non_interrupt->isChecked()) { if (f_emote_mod == 0) f_emote_mod = 1; else if (f_emote_mod == 5 && ao_app->prezoom_enabled) |
