From 8239e70c9e6129cf5954a6f455ff3be8ec9772a3 Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Tue, 3 Dec 2024 20:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AAroom?= =?UTF-8?q?=E6=88=BF=E9=97=B4=E8=BF=9B=E5=85=A5=E8=BF=87=E5=BF=AB=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E5=AF=BC=E8=87=B4=E6=8A=A5=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AxibugEmuOnline.Client/Assets/Script/UI/RoomUI/RoomItem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RoomUI/RoomItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/RoomUI/RoomItem.cs index 94e1c14..9cd7a5c 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/RoomUI/RoomItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RoomUI/RoomItem.cs @@ -49,6 +49,8 @@ namespace AxibugEmuOnline.Client public override bool OnEnterItem() { + if (m_romFile == null) return false; + if (!m_romFile.RomReady) { m_romFile.BeginDownload();