Skip to content

Commit

Permalink
Hotfix Verbs (#1597)
Browse files Browse the repository at this point in the history
Hotfix for an issue with the recent update. Verbs weren't working.
Here's proof they work now:


![image](https://github.com/user-attachments/assets/987fbd7d-a573-4f75-9c22-5d802006531e)
  • Loading branch information
VMSolidus authored Jan 19, 2025
2 parents c187070 + 3928065 commit fe86c83
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 fe86c83

Please sign in to comment.