Fixed invalid lua :/

This commit is contained in:
ElPumpo
2018-04-24 19:22:47 +02:00
parent 6d58d19d79
commit 63b75486a1
+1 -1
View File
@@ -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)