This commit is contained in:
JohnCorby 2022-03-20 02:39:10 -07:00
parent 17098e1c1e
commit c51848e0e4

View File

@ -102,7 +102,7 @@ public class QSBSectorManager : WorldObjectManager
// th elevators
foreach (var elevator in QSBWorldSync.GetUnityObjects<Elevator>())
{
// hack: wait for QSBElevator to the box shape on, and just use that
// hack: wait for QSBElevator to add the box shape, and just use that
BoxShape shape = null;
await UniTask.WaitUntil(() => elevator.TryGetComponent(out shape), cancellationToken: ct);