From 9d8c40749875902a5229ef9415c488dfd4d95735 Mon Sep 17 00:00:00 2001 From: Notexe Date: Wed, 13 Mar 2024 11:27:31 +1000 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f0fac..87b9270 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Adds a helper entitytemplate for developers who wish to add custom key bindings ## Known issues -- Toggling the `m_bEnabled` property results it keybinds not being set correctly if you are using the dynamic object method. I suspect the game for some reason falls back to the m_sModifierKeyName and m_sKeyName properties. +- Toggling the `m_bEnabled` property results in the keybinds not being set correctly if you are using the dynamic object method. I suspect the game for some reason falls back to the `m_sModifierKeyName` and `m_sKeyName` properties. - Workaround: Use the Enable/Disable pins instead. ## Usage