Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
FALSkills committed Dec 17, 2024
1 parent b384954 commit 1bc3e5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/dax/api_lib/DaxWalker.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ private DaxWalker() {
map = new ConcurrentHashMap<>();
walkerPreferences = new ConcurrentHashMap<>();
Arrays.stream(WalkerPreferences.values()).forEach(p -> walkerPreferences.put(p, 0));
for (Teleport teleport : Teleport.values()) {
map.put(teleport.getLocation(), teleport);
}
Arrays.stream(Teleport.values()).forEach(t -> map.put(t.getLocation(), t));
getBlacklist().addAll(List.of(Teleport.DIGSITE_PENDANT_FOSSIL_ISLAND, Teleport.DIGSITE_PENDANT_LITHKREN));
}
Expand Down

0 comments on commit 1bc3e5c

Please sign in to comment.