make ffz custom mod badge atomic

This commit is contained in:
Rasmus Karlsson
2019-09-08 11:36:35 +02:00
committed by fourtf
parent 2cd07435bd
commit 862164bc2b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ void ChatroomChannel::refreshFFZChannelEmotes()
std::make_shared<EmoteMap>(std::move(emoteMap)));
},
[this](auto &&modBadge) {
this->ffzCustomModBadge_ = std::move(modBadge);
this->ffzCustomModBadge_.set(std::move(modBadge));
});
}