mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Break
This commit is contained in:
parent
da199bf90c
commit
0fbe807589
@ -260,7 +260,7 @@ namespace NewHorizons.Builder.Body
|
|||||||
{
|
{
|
||||||
if (currentWarp.GetContainerWarpVolume() == outerFogWarpVolume && currentWarp != senderWarp) // game already fixes here to here recursion
|
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();
|
else currentWarp = (InnerFogWarpVolume)currentWarp.GetContainerWarpVolume().GetLinkedFogWarpVolume();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user