From 80bddbc2d13565d55b86e85e410ab194846a18a6 Mon Sep 17 00:00:00 2001 From: StrixLuca <110634650+StrixLuca@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:01:39 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- [core]/es_extended/client/modules/interactions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/es_extended/client/modules/interactions.lua b/[core]/es_extended/client/modules/interactions.lua index 64599e4f..0a1a31fe 100644 --- a/[core]/es_extended/client/modules/interactions.lua +++ b/[core]/es_extended/client/modules/interactions.lua @@ -6,7 +6,7 @@ function ESX.RemoveInteraction(name) interactions[name] = nil end -ESX.ReigsterInteraction = function(name, onPress, condition) +ESX.RegisterInteraction = function(name, onPress, condition) interactions[name] = { condition = condition or function() return true end, onPress = onPress,