Revert "add the delay back out of fear"

This reverts commit 882b5c457121801fde6b3f19cbde4f21ba05bc38.
This commit is contained in:
JohnCorby 2022-07-21 16:56:18 -07:00
parent d7c30a9892
commit d0d72780f1

View File

@ -261,8 +261,6 @@ namespace NewHorizons.Handlers
} }
if (body.Config.removeChildren != null) if (body.Config.removeChildren != null)
{
Delay.FireInNUpdates(() =>
{ {
var goPath = go.transform.GetPath(); var goPath = go.transform.GetPath();
var transforms = go.GetComponentsInChildren<Transform>(true); var transforms = go.GetComponentsInChildren<Transform>(true);
@ -280,7 +278,6 @@ namespace NewHorizons.Handlers
if (flag) Logger.LogWarning($"Couldn't find \"{childPath}\"."); if (flag) Logger.LogWarning($"Couldn't find \"{childPath}\".");
} }
}, 2);
} }
// Do stuff that's shared between generating new planets and updating old ones // Do stuff that's shared between generating new planets and updating old ones