mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkClient.Ready: improve error message
This commit is contained in:
parent
10aca712c2
commit
4ce55f585c
@ -766,7 +766,7 @@ public static bool Ready(NetworkConnection conn)
|
||||
{
|
||||
if (ready)
|
||||
{
|
||||
Debug.LogError("A connection has already been set as ready. There can only be one.");
|
||||
Debug.LogError("NetworkClient is already ready. It shouldn't be called twice.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user