Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah committed Jan 20, 2022
2 parents b26bc0c + a63eb43 commit 4506712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ AddEventHandler('bixbi_gather:StartCollect', function(pos, ConfigItem)
spawnedItems[ConfigItem].count = spawnedItems[ConfigItem].count - 1

-- TriggerServerEvent('bixbi_gather:Success', coords, ConfigItem, item, nearbyObject.itemQty)
TriggerServerEvent('bixbi_gather:Success', coords, ConfigItem, item, nearbyObject.itemQty)
TriggerServerEvent('bixbi_gather:Success', coords, ConfigItem, item)
else
exports['bixbi_core']:Notify('error', 'You need a ' .. itemZones[ConfigItem].tool .. ' to do this.')
end
Expand Down Expand Up @@ -337,4 +337,4 @@ AddEventHandler('onResourceStop', function(resource)
if resource == GetCurrentResourceName() then
RemoveObjects()
end
end)
end)
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Creation Date: 16/06/2021
fx_version 'cerulean'
game 'gta5'
author 'Leah#0001'
version '1.0.1'
version '1.0.2'
versioncheck 'https://raw.githubusercontent.com/Leah-UK/bixbi_gather/main/fxmanifest.lua'

shared_scripts {
Expand Down

0 comments on commit 4506712

Please sign in to comment.