Revert "add small setup delays to address errors in Atlas maps"

This reverts commit 64d8df148b.
This commit is contained in:
msk
2023-07-30 22:46:37 -07:00
parent 64d8df148b
commit cf4b2847be
12 changed files with 31 additions and 55 deletions
-5
View File
@@ -58,10 +58,5 @@ namespace TNHQoLImprovements
tnhInfo = Instantiate<GameObject>(MeatKitPlugin.bundle.LoadAsset<GameObject>("TNHInfo"), FindObjectOfType<TAH_Reticle>().transform.GetChild(3));
tnhInfo.transform.localScale = new Vector3(0.002f, 0.002f, 0.002f);
}
void OnDestroy()
{
tnhManager = null;
}
}
}