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,