feat: show BTTV Pro badges (#6625)
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -164,6 +164,12 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
BttvBadges *getBttvBadges() override
|
||||
{
|
||||
assert(!"getBttvBadges was called without being initialized");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
SeventvBadges *getSeventvBadges() override
|
||||
{
|
||||
assert(!"getSeventvBadges was called without being initialized");
|
||||
|
||||
Reference in New Issue
Block a user