Skip to content

Commit 26477ed

Browse files
committed
Fix typo
1 parent ddd82eb commit 26477ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mappy/Extensions/MapMarkerInfoExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 4 when GetAetheryteForAethernet(marker.DataKey) is not null => () => System.Tele
3636
},
3737
SecondaryText = marker.DataType switch {
3838
1 when !DrawHelpers.IsDisallowedIcon(marker.MapMarker.IconId) => () => $"Open Map {Service.DataManager.GetExcelSheet<Map>()!.GetRow(marker.DataKey)?.PlaceName.Value?.Name ?? "Unable to read target map name."}",
39-
2 => () => $"Instance Link? {marker.DataKey}",
39+
2 => () => $"Instance Link {marker.DataKey}",
4040
3 => () => $"Teleport to {Service.DataManager.GetExcelSheet<Aetheryte>()!.GetRow(marker.DataKey)?.PlaceName.Value?.Name ?? "Unable to read aetheryte name"} {GetAetheryteTeleportCost(marker.DataKey)}",
4141
4 when GetAetheryteForAethernet(marker.DataKey) is not null => () => $"Teleport to {GetAetheryteForAethernet(marker.DataKey)?.PlaceName.Value?.Name ?? "Unable to read aetheryte name"} {GetAetheryteTeleportCost(GetAetheryteForAethernet(marker.DataKey)!.RowId)}",
4242
_ => null,

0 commit comments

Comments
 (0)