1
0
Fork 0
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:
SirStendec 2017-01-26 11:12:38 -05:00
parent 0b21f20906
commit 8f75ca2d12
4 changed files with 21 additions and 16 deletions

View file

@ -286,7 +286,7 @@ FFZ.prototype.setup_bits = function() {
});
}
if ( Service.get('isLoaded') )
if ( Service.get('isLoaded') && Service.loadRenderConfig )
Service.loadRenderConfig();
}