Merge branch 'main' of http://shu.sheziwanglo.cn:3000/wulongxiao/_xiaofang
This commit is contained in:
commit
465b3b3d6b
@ -26,10 +26,11 @@ public class RoomManager : MonoBehaviour
|
||||
}
|
||||
private void Update()
|
||||
{
|
||||
if (!ReadRoom.instance.isadministrator)
|
||||
{
|
||||
FetchRoomList();
|
||||
}
|
||||
//if (!ReadRoom.instance.isadministrator)
|
||||
//{
|
||||
// Debug.LogError(111111111);
|
||||
// FetchRoomList();
|
||||
//}
|
||||
}
|
||||
// 异步获取房间数据
|
||||
private async void FetchRoomList()
|
||||
|
Loading…
Reference in New Issue
Block a user