Skip to content

Commit

Permalink
chore: clean up the code
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Nov 16, 2023
1 parent 312957b commit fc67903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
18. [ox_inventory]: fix: corrected the weight of the items @bitpredator
19. [esx_identity]: chore: update the code version and improve the formatting @bitpredator
20. [esx_addons]: fix: replace bpt_realisticvehicle with esx_RealisticVehicleFailure to fix repair issues @bitpredator
21. [bpt_streetfight]: chore: clean up the code @bitpredator
21. [bpt_streetfight]: chore: clean up the code @bitpredator
22. [bpt_farmer]: chore: clean up the code @bitpredator
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ local Keys = {
["NENTER"] = 201, ["N4"] = 108, ["N5"] = 60, ["N6"] = 107, ["N+"] = 96, ["N-"] = 97, ["N7"] = 117, ["N8"] = 61, ["N9"] = 118
}

ESX = nil
local incollect = false

ESX = exports["es_extended"]:getSharedObject()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESX = nil
ESX = exports["es_extended"]:getSharedObject()

-- collection potato
RegisterServerEvent('farmer:collectionpotato')
AddEventHandler('farmer:collectionpotato', function()
Expand Down

0 comments on commit fc67903

Please sign in to comment.