fix(es_extended/function): Fix esx_contex to esx_context

This commit is contained in:
TheFantomas
2023-07-20 13:33:36 +02:00
committed by GitHub
parent c99ab5d242
commit da06117403
+1 -1
View File
@@ -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!")