Skip to content

Commit ddd82eb

Browse files
committed
Remove unnecessary notes
1 parent 15ac9f2 commit ddd82eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Mappy/Extensions/MapMarkerInfoExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ 4 when GetAetheryteForAethernet(marker.DataKey) is not null => () => $"Teleport
4444
});
4545
}
4646

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

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

0 commit comments

Comments
 (0)