Fix verb sub (#30667)

* Fix verb sub

Mapping casualty, verbs are weird.

* also this
This commit is contained in:
metalgearsloth
2024-08-05 19:24:56 +10:00
committed by GitHub
parent c1eb319bda
commit f7d8b4e7d4
2 changed files with 5 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ namespace Content.Client.Verbs.UI
{
_context.OnContextKeyEvent += OnKeyBindDown;
_context.OnContextClosed += Close;
_verbSystem.OnVerbsResponse += HandleVerbsResponse;
}
public void OnStateExited(GameplayState state)