mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
3.5.421. Fix bits stuff.
This commit is contained in:
parent
0b21f20906
commit
8f75ca2d12
4 changed files with 21 additions and 16 deletions
|
@ -286,7 +286,7 @@ FFZ.prototype.setup_bits = function() {
|
|||
});
|
||||
}
|
||||
|
||||
if ( Service.get('isLoaded') )
|
||||
if ( Service.get('isLoaded') && Service.loadRenderConfig )
|
||||
Service.loadRenderConfig();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue