mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Fix typo
This commit is contained in:
parent
8cea816e23
commit
fb3733711f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user