Try to fix spawn suit thing (failed)

This commit is contained in:
Nick 2022-05-07 00:05:58 -04:00
parent 8ea24fa780
commit c7d7604e1a

View File

@ -94,6 +94,8 @@ namespace NewHorizons.Builder.General
spv._timer = 0f;
spv._index = 0;
spv.OnSuitUp();
GameObject suitGeometry = spv._suitGeometry;
if (suitGeometry != null) suitGeometry.SetActive(false);