Skip to content

Commit

Permalink
Merge pull request #167 from sh4rkman/dev
Browse files Browse the repository at this point in the history
disable jensen
  • Loading branch information
sh4rkman authored Jun 30, 2024
2 parents f0538c4 + 2899d0d commit ee76738
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/js/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ export const MAPS = [
mapURL: "/gorodok/",
maxZoomLevel: 4,
},
{
name: "Jensen",
size: 4008, // OK
offset: [0, 0],
scaling: 0.0859, // OK
mapURL: "/jensen/",
maxZoomLevel: 4,
},
// {
// name: "Jensen",
// size: 4008, // OK
// offset: [0, 0],
// scaling: 0.0859, // OK
// mapURL: "/jensen/",
// maxZoomLevel: 4,
// },
{
name: "Harju",
size: 4032, // OK
Expand Down
4 changes: 2 additions & 2 deletions src/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ $("#targetAnimationSettings").on("change", function() {
App.userSettings.targetAnimation = val;
localStorage.setItem("settings-target-animation", +val);

App.minimap.activeTargetsMarkers.eachLayer(function (layer) {
layer.updateIcon();
App.minimap.activeTargetsMarkers.eachLayer(function (weapon) {
weapon.updateIcon();
});
});

Expand Down

0 comments on commit ee76738

Please sign in to comment.