Removed stray leftover comment

This commit is contained in:
Chris Langsenkamp 2020-05-07 03:56:09 -04:00
parent 0be4e5b999
commit 38c8bb4dda

View File

@ -1125,7 +1125,6 @@ static bool VerifyCanSpawn(GameObject obj)
return true;
}
// Deprecated 11/23/2019
/// <summary>
/// This spawns an object like NetworkServer.Spawn() but also assigns Client Authority to the specified client.
/// <para>This is the same as calling NetworkIdentity.AssignClientAuthority on the spawned object.</para>