Typo.
This commit is contained in:
parent
41b96cd4c3
commit
e4d5778a46
@ -4267,7 +4267,7 @@
|
||||
}
|
||||
if (!(mascot = Mascots[Conf["mascot"]])) {
|
||||
Conf[g.MASCOTSTRING].remove(Conf["mascot"]);
|
||||
return this.init();
|
||||
return MascotTools.init();
|
||||
}
|
||||
MascotTools.addMascot(mascot);
|
||||
}
|
||||
@ -12737,7 +12737,7 @@
|
||||
$.get("userMascots", {}, function(item) {
|
||||
var mascot, name, _ref;
|
||||
|
||||
_ref = item["userMasctos"];
|
||||
_ref = item["userMascots"];
|
||||
for (name in _ref) {
|
||||
mascot = _ref[name];
|
||||
Mascots[name] = mascot;
|
||||
|
||||
@ -1023,7 +1023,7 @@ MascotTools =
|
||||
|
||||
unless mascot = Mascots[Conf["mascot"]]
|
||||
Conf[g.MASCOTSTRING].remove Conf["mascot"]
|
||||
return @init()
|
||||
return MascotTools.init()
|
||||
|
||||
MascotTools.addMascot mascot
|
||||
|
||||
|
||||
@ -334,7 +334,7 @@ Main =
|
||||
return
|
||||
|
||||
$.get "userMascots", {}, (item) ->
|
||||
for name, mascot of item["userMasctos"]
|
||||
for name, mascot of item["userMascots"]
|
||||
Mascots[name] = mascot
|
||||
return
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user