[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-09-10 18:43:21 +02:00
الأصل 787aa61da0
التزام 08f8229fb6

عرض الملف

@@ -972,7 +972,7 @@ module.exports = class Room {
return this._isLocked; return this._isLocked;
} }
isLobbyEnabled() { isLobbyEnabled() {
return this._isLobbyEnabled || this.globalLobby; return this._isLobbyEnabled;
} }
isGlobalLobbyEnabled() { isGlobalLobbyEnabled() {
return this.globalLobby; return this.globalLobby;