Skip to content

Commit

Permalink
Set trackAbyssalJumps to FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrHeimdalEVE authored and samoneilll committed Feb 24, 2023
1 parent a41481a commit ac31e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/app/ui/dialog/map_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ define([
deleteEolConnections: true,
persistentAliases: true,
persistentSignatures: true,
trackAbyssalJumps: true,
trackAbyssalJumps: false,
logActivity: true,
logHistory: true,

Expand Down Expand Up @@ -770,4 +770,4 @@ define([

};

});
});

0 comments on commit ac31e09

Please sign in to comment.