muffin v7.5.0

This commit is contained in:
alydev 2026-05-01 05:17:35 +10:00
parent afafd5e377
commit a6481e7b9a
67 changed files with 4281 additions and 2372 deletions

View file

@ -105,7 +105,7 @@ internal sealed class AetheryteFunctions
{
if ((EAetheryteLocation)ptr->FreeAetheryteId != aetheryteLocation)
{
return (EAetheryteLocation)ptr->FreeAetherytePlayStationPlus == aetheryteLocation;
return (EAetheryteLocation)ptr->FreeAetherytePSPlus == aetheryteLocation;
}
return true;
}