Just return true

This commit is contained in:
Nick 2024-03-12 18:00:54 -04:00
parent 90c3b9b785
commit 4997b915f6

View File

@ -39,9 +39,6 @@ namespace NewHorizons.Patches.VolumePatches
}
else
{
// Base game is hardcoded to this
// Except for capsule volumes so either those are unused or whoever said this is a liar!
__result = 50f;
return true;
}
}