This commit is contained in:
vis2k 2018-12-09 16:14:55 +01:00
parent 8cea816e23
commit fb3733711f

View File

@ -56,7 +56,7 @@ public int ComponentIndex
if (index < 0)
{
// this should never happen
Debug.LogError("Could not find component in gameobject. You shoud not add/remove components in networked objects dynamically", this);
Debug.LogError("Could not find component in GameObject. You should not add/remove components in networked objects dynamically", this);
}
return index;