Fixed art called from achievements
This commit is contained in:
parent
ad1547d77b
commit
2a43f20287
|
@ -569,7 +569,7 @@ class Achievements {
|
||||||
}
|
}
|
||||||
const getArtOpts = {
|
const getArtOpts = {
|
||||||
name: spec,
|
name: spec,
|
||||||
client: this.client,
|
client: info.client,
|
||||||
random: false,
|
random: false,
|
||||||
};
|
};
|
||||||
getThemeArt(getArtOpts, (err, artInfo) => {
|
getThemeArt(getArtOpts, (err, artInfo) => {
|
||||||
|
|
Loading…
Reference in New Issue