We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecbd98 commit 70c1839Copy full SHA for 70c1839
Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInputManager.cs
@@ -335,8 +335,8 @@ public void EnableJoining()
335
/// Inhibit players from joining the game.
336
/// </summary>
337
/// <remarks>
338
- /// Note that this method might disable the action, depending on how the action
339
- /// was joined initially. Specifically, if the initial joining was triggered using
+ /// Note that this method might disable the action, depending on how the player
+ /// joined initially. Specifically, if the initial joining was triggered using
340
/// the <see cref="PlayerJoinBehavior.JoinPlayersWhenJoinActionIsTriggered"/> behavior,
341
/// this method also disables the join action.
342
/// </remarks>
0 commit comments