mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Fix images not loading, add pagination and search
This commit is contained in:
@@ -319,6 +319,6 @@ export class Companion extends CommunityDragonObject {
|
||||
}
|
||||
|
||||
getLoadoutsIcon(version: string): string {
|
||||
return this.resolveGamePath({path: this.loadoutsIcon, version: version});
|
||||
return this.resolveClientPath({path: this.loadoutsIcon, args: {locale: "default", version: version}});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user