This commit is contained in:
TerrificTrifid 2022-12-12 19:51:57 -06:00
parent da199bf90c
commit 0fbe807589

View File

@ -260,7 +260,7 @@ namespace NewHorizons.Builder.Body
{
if (currentWarp.GetContainerWarpVolume() == outerFogWarpVolume && currentWarp != senderWarp) // game already fixes here to here recursion
{
outerFogWarpVolume._senderWarps.Remove(senderWarp);
outerFogWarpVolume._senderWarps.Remove(senderWarp); break;
}
else currentWarp = (InnerFogWarpVolume)currentWarp.GetContainerWarpVolume().GetLinkedFogWarpVolume();
}