mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
fix(es_extended/function): Fix esx_contex to esx_context
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user