We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ac9f2 commit ddd82ebCopy full SHA for ddd82eb
Mappy/Extensions/MapMarkerInfoExtensions.cs
@@ -44,11 +44,9 @@ 4 when GetAetheryteForAethernet(marker.DataKey) is not null => () => $"Teleport
44
});
45
}
46
47
- // Might want to cache these in the future, they are kinda expensive.
48
private static Aetheryte? GetAetheryteForAethernet(uint aethernetKey)
49
=> System.AetheryteAethernetCache.GetValue(aethernetKey);
50
51
52
private static string GetAetheryteTeleportCost(uint targetDataKey)
53
=> $"({Service.AetheryteList.FirstOrDefault(entry => entry.AetheryteId == targetDataKey)?.GilCost ?? 0:n0} {SeIconChar.Gil.ToIconChar()})";
54
0 commit comments