mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Revert "add the delay back out of fear"
This reverts commit 882b5c457121801fde6b3f19cbde4f21ba05bc38.
This commit is contained in:
parent
d7c30a9892
commit
d0d72780f1
@ -261,8 +261,6 @@ namespace NewHorizons.Handlers
|
||||
}
|
||||
|
||||
if (body.Config.removeChildren != null)
|
||||
{
|
||||
Delay.FireInNUpdates(() =>
|
||||
{
|
||||
var goPath = go.transform.GetPath();
|
||||
var transforms = go.GetComponentsInChildren<Transform>(true);
|
||||
@ -280,7 +278,6 @@ namespace NewHorizons.Handlers
|
||||
|
||||
if (flag) Logger.LogWarning($"Couldn't find \"{childPath}\".");
|
||||
}
|
||||
}, 2);
|
||||
}
|
||||
|
||||
// Do stuff that's shared between generating new planets and updating old ones
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user