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