NetworkClient.Ready: improve error message

This commit is contained in:
vis2k 2021-03-13 13:10:39 +08:00
parent 10aca712c2
commit 4ce55f585c

View File

@ -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;
}