mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
3.5.394. Fix the /card command and switching mod card targets while the mod card is open. Add more modifier emotes for Christmas.
This commit is contained in:
parent
70ec6d5348
commit
c4142edeb2
8 changed files with 44 additions and 7 deletions
|
@ -975,7 +975,7 @@ module.exports = FFZ.utils = {
|
|||
|
||||
emote_css: function(emote) {
|
||||
var output = '';
|
||||
if ( ! emote.margins && ! emote.css )
|
||||
if ( ! emote.margins && (!emote.modifier || (! emote.modifier_offset && ! emote.extra_width && ! emote.shrink_to_fit)) && ! emote.css )
|
||||
return output;
|
||||
|
||||
if ( emote.modifier && (emote.modifier_offset || emote.margins || emote.extra_width || emote.shrink_to_fit) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue