From 110fa467120e1278866152eed04b8afd37f01bd4 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sun, 3 Sep 2023 15:27:18 -0700 Subject: [PATCH] typo --- NewHorizons/Builder/Props/QuantumBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Builder/Props/QuantumBuilder.cs b/NewHorizons/Builder/Props/QuantumBuilder.cs index 4fb4c17e..60459ef6 100644 --- a/NewHorizons/Builder/Props/QuantumBuilder.cs +++ b/NewHorizons/Builder/Props/QuantumBuilder.cs @@ -118,7 +118,7 @@ namespace NewHorizons.Builder.Props multiState._states = states.ToArray(); multiState._prerequisiteObjects = new MultiStateQuantumObject[0]; // TODO: support this multiState._initialState = 0; - // snapshot events arent listened to outside of the sector, so this isnt really infintie fortunately + // snapshot events arent listened to outside of the sector, so fortunately this isnt really infinite multiState._maxSnapshotLockRange = Mathf.Infinity; // TODO: maybe expose this at some point if it breaks a puzzle or something groupRoot.SetActive(true); }