diff --git a/scenes/ui/lobby_room.gd b/scenes/ui/lobby_room.gd index aee3aa0..2990a7b 100644 --- a/scenes/ui/lobby_room.gd +++ b/scenes/ui/lobby_room.gd @@ -153,7 +153,7 @@ func _on_room_joined(room_data: Dictionary) -> void: _on_enable_cycle_timer_changed(LobbyManager.enable_cycle_timer) _on_scarcity_mode_changed(LobbyManager.scarcity_mode) _on_sng_update() - _on_doors_update() + # _on_doors_update() if lobby.area_left_btn: lobby.area_left_btn.disabled = not is_host if lobby.area_right_btn: lobby.area_right_btn.disabled = not is_host