mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Update timed-event-manager.ts
This commit is contained in:
parent
d6cf4c5dda
commit
539d0c6b21
@ -189,7 +189,7 @@ export class TimedEventDisplay extends Phaser.GameObjects.Container {
|
|||||||
const secs = Math.round(diff % 6e4 / 1e3);
|
const secs = Math.round(diff % 6e4 / 1e3);
|
||||||
|
|
||||||
// Return formatted string
|
// Return formatted string
|
||||||
return i18next.t("eventTimer", { days: z(days), hours: z(hours), mins: z(mins), secs: z(secs) });
|
return i18next.t("menu:eventTimer", { days: z(days), hours: z(hours), mins: z(mins), secs: z(secs) });
|
||||||
}
|
}
|
||||||
|
|
||||||
updateCountdown() {
|
updateCountdown() {
|
||||||
|
Loading…
Reference in New Issue
Block a user