🆙 Added username to send badge

This commit is contained in:
duckietm
2026-04-08 14:08:00 +02:00
parent cb1a34405b
commit 79d51246ec
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -239,6 +239,8 @@ export class RoomPreviewer
if(this.isRoomEngineReady)
{
if((this._currentPreviewObjectCategory === RoomObjectCategory.FLOOR) && (this._currentPreviewObjectType === classId) && (this._currentPreviewObjectData === (extra || ''))) return RoomPreviewer.PREVIEW_OBJECT_ID;
this.reset(false);
this._currentPreviewObjectType = classId;