Skip to content

Commit f34ea79

Browse files
committed
add log
1 parent 688e8f3 commit f34ea79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CrazyCar/Assets/Scripts/UI/Match/MatchNet.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ private void Start() {
2222
this.GetSystem<INetworkSystem>().Connect(Util.GetServerHost(this.GetSystem<INetworkSystem>().ServerType));
2323
}
2424

25+
//等待都进入后 再发送创建人物消息
2526
Util.DelayExecuteWithSecond(3, () => { this.SendCommand<PostCreatePlayerMsgCommand>(); });
2627
Util.DelayExecuteWithSecond(4.5f, () => { matchNerCor = CoroutineController.manager.StartCoroutine(SendMsg()); });
2728
}

0 commit comments

Comments
 (0)