This commit is contained in:
Mirco Wittrien 2018-10-16 21:19:56 +02:00
parent 28b77dd909
commit e5c4ac9aa4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//META{"name":"BadgesEverywhere"}*//
//META{"name":"BadgesEverywhere"}*//
class BadgesEverywhere {
initConstructor () {
@ -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);
}
}