Skip to content

Commit

Permalink
Fix verb sub (#30667) (#59)
Browse files Browse the repository at this point in the history
* Fix verb sub

Mapping casualty, verbs are weird.

* also this

Co-authored-by: metalgearsloth <[email protected]>
Co-authored-by: VMSolidus <[email protected]>
  • Loading branch information
3 people authored Jan 19, 2025
1 parent a5fd3d3 commit 641e12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Client/Verbs/UI/VerbMenuUIController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public void OnStateEntered(GameplayState state)
{
_context.OnContextKeyEvent += OnKeyBindDown;
_context.OnContextClosed += Close;
_verbSystem.OnVerbsResponse += HandleVerbsResponse;
}

public void OnStateExited(GameplayState state)
Expand Down

0 comments on commit 641e12a

Please sign in to comment.