Skip to content

Commit

Permalink
Merge pull request IITC-CE#713 from dementedtulip/patch-1
Browse files Browse the repository at this point in the history
Add Machina layer to by-level portal filters
  • Loading branch information
modos189 authored Mar 4, 2024
2 parents bdd6205 + cbff25b commit b6756a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/code/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function createDefaultOverlays() {
filter: [
{ portal: true, data: { level: i, team: 'R' } },
{ portal: true, data: { level: i, team: 'E' } },
{ portal: true, data: { level: i, team: 'M' } },
],
});
addLayers[t] = portalsLayer;
Expand Down

0 comments on commit b6756a1

Please sign in to comment.