diff options
| author | Crystalwarrior <varsash@gmail.com> | 2020-03-31 17:03:41 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2020-03-31 17:03:41 +0300 |
| commit | feaf04a5c48bb647d12408645f69e1ed49c9df15 (patch) | |
| tree | 2570863a34e5d587095e7d737eca94e06a952832 | |
| parent | 2e89f0d1997fb00aeab5e73962ca42489f1706af (diff) | |
Fix custom chatboxes not working at all
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 17d1f0bb..6763300f 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1803,6 +1803,7 @@ void Courtroom::handle_chatmessage_2() if (chatbox != "") { chatbox_path = ao_app->get_base_path() + "misc/" + chatbox + "/chat"; + ui_vp_chatbox->set_chatbox(chatbox_path); } pos_size_type default_width = ao_app->get_element_dimensions("showname", "courtroom_design.ini"); |
