mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
removed more debug logs
This commit is contained in:
parent
6c9e4872d7
commit
67ad5f8774
@ -90,14 +90,13 @@ namespace NewHorizons.Builder.Body
|
||||
|
||||
public static void PairExit(string exitName, OuterFogWarpVolume warpController)
|
||||
{
|
||||
Logger.Log($"attempting to pair exit {exitName}");
|
||||
if (!BrambleNodeBuilder.namedNodes.ContainsKey(exitName))
|
||||
{
|
||||
if (!unpairedDimensions.ContainsKey(exitName)) unpairedDimensions[exitName] = new();
|
||||
unpairedDimensions[exitName].Add(warpController);
|
||||
return;
|
||||
}
|
||||
Logger.Log($"pairing exit {exitName}");
|
||||
|
||||
warpController._linkedInnerWarpVolume = BrambleNodeBuilder.namedNodes[exitName];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user