tween on positions

This commit is contained in:
STEINNI
2025-09-28 18:28:17 +00:00
parent 34d93cecdb
commit 8be18e8d83
8 changed files with 106 additions and 88 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class EICAppTemplate extends EICDomContent {
this.userIcon = new UserIcon(this.session.querySelector('[eicuser]'));
this.userIcon.showStatus = true;
this.userIcon.uuid = app.User.identity.uuid;
this.userIcon.fullname = app.User.identity.firstname + ' ' + app.User.identity.lastname
this.userIcon.fullname = app.User.identity.username
this.userIcon.online = app.MessageBus.connected;
app.events.channel.addEventListener('MessageBus.Connected', this.onBusConnected.bind(this))