mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-10 00:00:53 +00:00
Remove commented owner info
This commit is contained in:
parent
37c042518e
commit
1860496ef8
1 changed files with 0 additions and 7 deletions
|
@ -503,13 +503,6 @@ export default class Input extends Module {
|
||||||
const owner = inst.props.emotes[i].owner;
|
const owner = inst.props.emotes[i].owner;
|
||||||
if (owner && this.emotes.isSetHidden('twitch', owner.id)) {
|
if (owner && this.emotes.isSetHidden('twitch', owner.id)) {
|
||||||
continue;
|
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++) {
|
for (let i = 0; i < set.emotes.length; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue