mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Remove time from creation date in profile composer
This commit is contained in:
parent
867e5cf7e6
commit
d645465da8
@ -46,7 +46,7 @@ public class UserProfileComposer extends MessageComposer {
|
||||
this.response.appendString(this.habboInfo.getUsername());
|
||||
this.response.appendString(this.habboInfo.getLook());
|
||||
this.response.appendString(this.habboInfo.getMotto());
|
||||
this.response.appendString(new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").format(new Date(this.habboInfo.getAccountCreated() * 1000L)));
|
||||
this.response.appendString(new SimpleDateFormat("dd-MM-yyyy").format(new Date(this.habboInfo.getAccountCreated() * 1000L)));
|
||||
|
||||
int achievementScore = 0;
|
||||
if (this.habbo != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user