muffin v6.35 with old pdb
This commit is contained in:
parent
ac85599236
commit
b5d2cc6708
31 changed files with 958 additions and 958 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue