muffin v6.35 with old pdb

This commit is contained in:
alydev 2025-10-29 06:52:53 +10:00
parent ac85599236
commit b5d2cc6708
31 changed files with 958 additions and 958 deletions

View file

@ -925,11 +925,11 @@ internal sealed class AetheryteData
{
return float.MaxValue;
}
if (!AirshipLandingLocations.TryGetValue(to, out var value2))
if (!AirshipLandingLocations.TryGetValue(to, out var task))
{
return float.MaxValue;
}
return (fromPosition - value2).Length();
return (fromPosition - task).Length();
}
public bool IsCityAetheryte(EAetheryteLocation aetheryte)
@ -938,8 +938,8 @@ internal sealed class AetheryteData
{
return true;
}
ushort value = TerritoryIds[aetheryte];
return TownTerritoryIds.Contains(value);
ushort toastAware = TerritoryIds[aetheryte];
return TownTerritoryIds.Contains(toastAware);
}
public bool IsAirshipLanding(EAetheryteLocation aetheryte)