mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-24 23:07:11 -05:00
Use decoded fest ID in ranking filename
This commit is contained in:
parent
5455788cbe
commit
30beaad6f3
|
|
@ -20,7 +20,7 @@ export default class FestivalRankingUpdater extends DataUpdater
|
|||
|
||||
this.festID = festID;
|
||||
this.endTime = endTime;
|
||||
this.filename += `.${region}.${festID}`;
|
||||
this.filename += `.${region}.${getFestId(festID)}`;
|
||||
}
|
||||
|
||||
imagePaths = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user