Skip to content

Commit

Permalink
shared: Remove unneeded require
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMrBonnie committed Oct 13, 2023
1 parent 9f1ff35 commit 98b9cbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shared/js/entityUtils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// NOTE (xLuxy): Entity.streamedIn getter
requireBinding(`${alt.isClient ? "client" : "shared"}/entity.js`);

function getClosestEntity(entities, options = {}) {
if (!Array.isArray(entities) || !entities.length) return [null];

Expand Down

0 comments on commit 98b9cbd

Please sign in to comment.