master #59

Merged
sin365 merged 4 commits from Alienjack/AxibugEmuOnline:master into master 2024-12-04 14:28:14 +08:00
Showing only changes of commit 8239e70c9e - Show all commits

View File

@ -49,6 +49,8 @@ namespace AxibugEmuOnline.Client
public override bool OnEnterItem() public override bool OnEnterItem()
{ {
if (m_romFile == null) return false;
if (!m_romFile.RomReady) if (!m_romFile.RomReady)
{ {
m_romFile.BeginDownload(); m_romFile.BeginDownload();