This commit is contained in:
Mirco Wittrien 2018-10-16 21:11:44 +02:00
parent 13c0f3dacb
commit 28b77dd909
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class BadgesEverywhere {
else if (!this.loadedusers[user.id]) {
this.requestedusers[user.id].push([wrapper,type]);
}
else {
else {
this.addToWrapper(wrapper, user.id, type, settings);
}
}