🆕 Update for user profile

This commit is contained in:
duckietm
2026-03-12 16:29:00 +01:00
parent 8463a9cea0
commit 6fde657ceb
2 changed files with 4 additions and 0 deletions
@@ -112,6 +112,10 @@ public class UserProfileComposer extends MessageComposer {
this.response.appendInt(Emulator.getIntUnixTimestamp() - this.habboInfo.getLastOnline()); //Secs ago.
this.response.appendBoolean(true);
this.response.appendInt(this.habboInfo.getInfostandBg());
this.response.appendInt(this.habboInfo.getInfostandStand());
this.response.appendInt(this.habboInfo.getInfostandOverlay());
return this.response;
}