Files
Nitro-V3/src
simoleo89 8e82935312 fix(purse): HC status never reports EXPIRED for ex-Club (non-VIP) users
clubStatus computed `(purse.pastVipDays > 0) || (purse.pastVipDays > 0)` — the
same field twice. The first operand was meant to be `pastClubDays`, so a user who
previously had Habbo Club but never VIP got ClubStatus.NONE instead of EXPIRED,
showing the wrong HC Center status text and Buy-vs-Extend button. Use pastClubDays.
2026-06-13 18:15:36 +02:00
..
2026-06-11 04:07:06 +03:00
2026-06-10 07:23:02 +02:00
2026-06-11 13:16:29 +02:00
2026-06-11 13:16:29 +02:00
2026-02-19 13:22:37 +01:00
🆙 Init V3
2026-01-31 09:10:52 +01:00
2026-06-05 17:21:53 +02:00
2026-06-10 07:23:02 +02:00
2026-06-06 08:42:18 +02:00