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 3b20855 commit 26ef8d4Copy full SHA for 26ef8d4
Assets/Player/ManagerStates/ExploreState.cs
@@ -134,7 +134,7 @@ public override void OnUpdate() {
134
if (currentController.InteractState.IsActive
135
&& currentController.Other.InteractState.IsActive
136
&& currentController.InteractState.Interactable
137
- == currentController.Other.InteractState.IsActive) {
+ == currentController.Other.InteractState.Interactable) {
138
Manager.FocusedPlayer = PlayerType.Both;
139
} else if (currentController.NavigateState.IsActive
140
|| currentController.InteractState.IsActive) {
0 commit comments