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
1bc3b68c24
commit
d6cf4c5dda
@ -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("eventTimer", { days: z(days), hours: z(hours), mins: z(mins), secs: z(secs) });
|
||||||
}
|
}
|
||||||
|
|
||||||
updateCountdown() {
|
updateCountdown() {
|
||||||
|
Loading…
Reference in New Issue
Block a user