Skip to content

Commit 9abf209

Browse files
committed
Fixed XML parameter name
1 parent 1484d52 commit 9abf209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MonoBehaviours/Core/NetworkingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ internal set
135135
/// Delegate type called when connection has been approved
136136
/// </summary>
137137
/// <param name="clientId">The clientId of the approved client</param>
138-
/// <param name="prefabId">The prefabId to use for the client</param>
138+
/// <param name="prefabHash">The prefabHash to use for the client</param>
139139
/// <param name="approved">Wheter or not the client was approved</param>
140140
/// <param name="position">The position to spawn the client at</param>
141141
/// <param name="rotation">The rotation to spawn the client with</param>

0 commit comments

Comments
 (0)