mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Fix TFT damage skins using the wrong path
This commit is contained in:
@@ -521,7 +521,7 @@ export class TftDamageSkin extends CommunityDragonObject {
|
||||
this.level = json.level;
|
||||
}
|
||||
|
||||
getLoadoutsIcon(version: string): string {
|
||||
return this.resolveGamePath({path: this.loadoutsIcon, version: version});
|
||||
getLoadoutsIcon(args: LocaleVersionArgs): string {
|
||||
return this.resolveClientPath({path: this.loadoutsIcon, args: args});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user