You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
8419f11883
Incoming 9103 HousekeepingUnbanUserEvent — reads userId, resolves the username via HabboManager.getHabboInfo(int) (covers both online and offline paths in one call), then dispatches to ModToolManager.unban(username) which clears all active rows from the `bans` table for that user. Reuses HousekeepingActionResultComposer with actionKey `user.unban`. If the user never had an active ban the SQL UPDATE matches zero rows and the handler responds with `ok: false, message: 'no_active_ban'` — from a UI standpoint that's a no-op, not an error. `mvn compile` clean.