Skip to content

Commit

Permalink
no timestamp for placeholder portals
Browse files Browse the repository at this point in the history
  • Loading branch information
xscreach committed Jul 20, 2023
1 parent 7954251 commit 34ca1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/code/map_data_render.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ window.Render.prototype.createPlaceholderPortalEntity = function (guid, latE6, l

var ent = [
guid, // ent[0] = guid
timestamp, // ent[1] = timestamp - zero will mean any other source of portal data will have a higher timestamp
0, // ent[1] = timestamp - zero will mean any other source of portal data will have a higher timestamp
// ent[2] = an array with the entity data
[
'p', // 0 - a portal
Expand Down

0 comments on commit 34ca1eb

Please sign in to comment.