1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00

Remove commented owner info

This commit is contained in:
Lordmau5 2020-06-27 03:13:45 +02:00
parent 37c042518e
commit 1860496ef8

View file

@ -503,13 +503,6 @@ export default class Input extends Module {
const owner = inst.props.emotes[i].owner;
if (owner && this.emotes.isSetHidden('twitch', owner.id)) {
continue;
// // In case we do still need the owner information
// filteredSet.owner = owner;
// if (this.emotes.isSetHidden('twitch', owner.id)) {
// continue;
// }
}
for (let i = 0; i < set.emotes.length; i++) {