Skip to content

Commit

Permalink
Remove unnecessary notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MidoriKami committed Aug 10, 2024
1 parent 15ac9f2 commit ddd82eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Mappy/Extensions/MapMarkerInfoExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ 4 when GetAetheryteForAethernet(marker.DataKey) is not null => () => $"Teleport
});
}

// Might want to cache these in the future, they are kinda expensive.
private static Aetheryte? GetAetheryteForAethernet(uint aethernetKey)
=> System.AetheryteAethernetCache.GetValue(aethernetKey);

// Might want to cache these in the future, they are kinda expensive.
private static string GetAetheryteTeleportCost(uint targetDataKey)
=> $"({Service.AetheryteList.FirstOrDefault(entry => entry.AetheryteId == targetDataKey)?.GilCost ?? 0:n0} {SeIconChar.Gil.ToIconChar()})";

Expand Down

0 comments on commit ddd82eb

Please sign in to comment.