Fix whitespace.

This commit is contained in:
Pentarctagon 2021-11-16 15:22:08 -06:00
parent 5fa034bbd8
commit 63af26257e
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -583,7 +583,7 @@ void chatbox::process_message(const ::config& data, bool whisper /*= false*/)
add_whisper_received(sender, message);
} else {
if (!preferences::parse_should_show_lobby_join(sender, message)) return;
std::string room = data["room"];
// Attempt to send to the currently active room first.