From da061174037180a32a8c395d50114ded3b8d445e Mon Sep 17 00:00:00 2001 From: TheFantomas <117121911+TheFantomas@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:33:36 +0200 Subject: [PATCH] fix(es_extended/function): Fix esx_contex to esx_context --- [core]/es_extended/client/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/es_extended/client/functions.lua b/[core]/es_extended/client/functions.lua index 6927656c..92b3ce58 100644 --- a/[core]/es_extended/client/functions.lua +++ b/[core]/es_extended/client/functions.lua @@ -140,7 +140,7 @@ ESX.HashString = function(str) return input_map end -local contextAvailable = GetResourceState("esx_contex") ~= "missing" +local contextAvailable = GetResourceState("esx_context") ~= "missing" function ESX.OpenContext(...) return contextAvailable and exports["esx_context"]:Open(...) or not contextAvailable and print("[^1ERROR^7] Tried to ^5open^7 context menu, but ^5esx_context^7 is missing!")