Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
fix(init): forgot to return false
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkieBb committed Apr 29, 2022
1 parent 1577da6 commit 7199aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Expand Up @@ -125,6 +125,7 @@ CreateThread(function()
end
end
end
return false
else
return exports.ox_inventory:Search('count', items) >= 1
end
Expand Down

0 comments on commit 7199aa5

Please sign in to comment.