Update main.lua

This commit is contained in:
lFARVA
2019-01-10 05:21:42 -05:00
committed by GitHub
parent eaf63483da
commit ef4c42b0bc
+1 -1
View File
@@ -131,7 +131,7 @@ function DisplayBoughtScaleform(weaponName, price)
end
AddEventHandler('esx_weaponshop:hasEnteredMarker', function(zone)
if zone == 'GunShop' then
if zone == 'GunShop' or zone == 'BlackWeashop' then
CurrentAction = 'shop_menu'
CurrentActionMsg = _U('shop_menu_prompt')
CurrentActionData = { zone = zone }