clearer comment

This commit is contained in:
Paul Pacheco 2019-11-27 18:18:59 -06:00
parent 9a2ff84440
commit a282c32394

View File

@ -1066,7 +1066,7 @@ public Transform GetStartPosition()
/// <para>The default implementation of this function destroys the corresponding player object.</para>
/// </summary>
/// <param name="conn">The connection to remove the player from.</param>
/// <param name="player">The player controller to remove.</param>
/// <param name="player">The player identity to remove.</param>
public virtual void OnServerRemovePlayer(NetworkConnection conn, NetworkIdentity player)
{
if (player.gameObject != null)