We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fa7d8 commit 85e639bCopy full SHA for 85e639b
CrazyCar/Assets/Scripts/System/MatchRoomSystem.cs
@@ -168,7 +168,7 @@ public void OnStatusMsg(JsonData recJD) {
168
}
169
170
public void OnStartMsg(JsonData recJD) {
171
- Debug.LogError("OnStartMsg = " + recJD.ToJson());
+ Debug.Log("OnStartMsg = " + recJD.ToJson());
172
if ((int)recJD["code"] == 200) {
173
this.GetSystem<IDataParseSystem>().ParseSelectMatch(recJD);
174
this.SendEvent<MatchRoomStartEvent>();
0 commit comments