Skip to content

Commit

Permalink
Merge pull request #34 from RodericAguilar/patch-1
Browse files Browse the repository at this point in the history
Update main.lua
  • Loading branch information
Gellipapa authored Oct 10, 2024
2 parents 10ca7e5 + 062ef1e commit 4fe0637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ ESX.RegisterServerCallback("esx_property:buyFurniture", function(source, cb, Pro
TriggerClientEvent("esx_property:syncFurniture", -1, PropertyId, Properties[PropertyId].furniture)
else
cb(false)
ESX.ShowNotification(TranslateCap("furni_cannot_afford"))
xPlayer.showNotification(TranslateCap("furni_cannot_afford"))
end
else
cb(false)
Expand Down

0 comments on commit 4fe0637

Please sign in to comment.