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 19, 2023
1 parent e9b3db8 commit 8904c30
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -50,4 +50,5 @@
25. [esx_status]: refactor: remove jquery + Remove some shitty lines @bitpredator
26. [esx_status/server]: fix: unused argument @bitpredator
27. [esx_addoninventory]: chore: check for nil society @bitpredator
28. [npwd]: chore: npwd update to version 1.8.6 @bitpredator
28. [npwd]: chore: npwd update to version 1.8.6 @bitpredator
29. [bpt_deliveries]: chore: clean up the code @bitpredator
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ESX = nil
local Status = {
DELIVERY_INACTIVE = 0,
PLAYER_STARTED_DELIVERY = 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ESX = nil
ESX = exports["es_extended"]:getSharedObject()

-- Register events
Expand Down

0 comments on commit 8904c30

Please sign in to comment.