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()
|
private void Update()
|
||||||
{
|
{
|
||||||
if (!ReadRoom.instance.isadministrator)
|
//if (!ReadRoom.instance.isadministrator)
|
||||||
{
|
//{
|
||||||
FetchRoomList();
|
// Debug.LogError(111111111);
|
||||||
}
|
// FetchRoomList();
|
||||||
|
//}
|
||||||
}
|
}
|
||||||
// 异步获取房间数据
|
// 异步获取房间数据
|
||||||
private async void FetchRoomList()
|
private async void FetchRoomList()
|
||||||
|
Loading…
Reference in New Issue
Block a user