修复bug

This commit is contained in:
ALIENJACK\alien 2024-11-11 10:09:11 +08:00
parent eefde2e9b6
commit a18d52e0c7
2 changed files with 2 additions and 1 deletions

View File

@ -267,6 +267,7 @@ namespace AxibugEmuOnline.Client.Manager
App.log.Debug("创建房间成功");
Protobuf_Room_Create_RESP msg = ProtoBufHelper.DeSerizlize<Protobuf_Room_Create_RESP>(reqData);
mineRoomMiniInfo = msg.RoomMiniInfo;
InitRePlay();
}
/// <summary>

View File

@ -86,7 +86,7 @@ namespace AxibugEmuOnline.Client
{
bool find = false;
int currentSelect = SelectIndex;
while (currentSelect >= 0)
while (currentSelect > 0)
{
currentSelect--;
if (m_runtimeMenuItems[currentSelect].Visible)