mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Fixed invalid lua :/
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ AddEventHandler('esx_weashop:hasEnteredMarker', function(zone)
|
||||
CurrentActionData = {zone = zone}
|
||||
end)
|
||||
|
||||
AddEventHandler('esx_weashop:hasExitedMarker', function(zone)´
|
||||
AddEventHandler('esx_weashop:hasExitedMarker', function(zone)
|
||||
CurrentAction = nil
|
||||
ESX.UI.Menu.CloseAll()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user