Fix whitespace.

This commit is contained in:
Pentarctagon 2021-11-16 15:21:20 -06:00
parent 430ea23620
commit 55c3a7b465
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -625,7 +625,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.