fix
This commit is contained in:
@@ -178,6 +178,7 @@ class ConnectionManager {
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
localUserStore.setLastRoomUrl(null);
|
||||
this._currentRoom = null;
|
||||
}
|
||||
if (this._currentRoom != undefined && this._currentRoom.textures != undefined && this._currentRoom.textures.length > 0) {
|
||||
//check if texture was changed
|
||||
|
||||
Reference in New Issue
Block a user