fix verb sub by sloth (#1896)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
cdfb8f04f9
commit
92546f2d71
|
|
@ -47,6 +47,7 @@ namespace Content.Client.Verbs.UI
|
|||
{
|
||||
_context.OnContextKeyEvent += OnKeyBindDown;
|
||||
_context.OnContextClosed += Close;
|
||||
_verbSystem.OnVerbsResponse += HandleVerbsResponse;
|
||||
}
|
||||
|
||||
public void OnStateExited(GameplayState state)
|
||||
|
|
|
|||
Loading…
Reference in New Issue