mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix: list server logs properly when disconnected
This commit is contained in:
parent
a438216458
commit
f02d3174db
@ -200,7 +200,7 @@ void TickClient()
|
|||||||
else if (message.eventType == Telepathy.EventType.Data)
|
else if (message.eventType == Telepathy.EventType.Data)
|
||||||
ParseMessage(message.data);
|
ParseMessage(message.data);
|
||||||
// disconnected?
|
// disconnected?
|
||||||
else if (message.eventType == Telepathy.EventType.Connected)
|
else if (message.eventType == Telepathy.EventType.Disconnected)
|
||||||
Debug.Log("[List Server] Client disconnected.");
|
Debug.Log("[List Server] Client disconnected.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user