From ddd82eb8b1546bb3a149e865cb0c7f86f021aaea Mon Sep 17 00:00:00 2001 From: MidoriKami Date: Sat, 10 Aug 2024 15:43:32 -0700 Subject: [PATCH] Remove unnecessary notes --- Mappy/Extensions/MapMarkerInfoExtensions.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mappy/Extensions/MapMarkerInfoExtensions.cs b/Mappy/Extensions/MapMarkerInfoExtensions.cs index dabfc62..ee1fa78 100644 --- a/Mappy/Extensions/MapMarkerInfoExtensions.cs +++ b/Mappy/Extensions/MapMarkerInfoExtensions.cs @@ -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()})";