Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
xscreach committed Jul 20, 2023
1 parent fd20834 commit cce7955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/code/map_data_render.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ window.Render.prototype.createLinkEntity = function (ent) {
this.createPlaceholderPortalEntity(data.oGuid, data.oLatE6, data.oLngE6, data.team, data.timestamp);
this.createPlaceholderPortalEntity(data.dGuid, data.dLatE6, data.dLngE6, data.team, data.timestamp);


// check if entity already exists
if (ent[0] in window.links) {
var l = window.links[ent[0]];
Expand Down

0 comments on commit cce7955

Please sign in to comment.