This commit is contained in:
JohnCorby 2022-03-20 18:33:23 -07:00
parent c51848e0e4
commit 6acf9ca620

View File

@ -99,7 +99,7 @@ public class QSBSectorManager : WorldObjectManager
x => x.radius = shape.radius); x => x.radius = shape.radius);
} }
// th elevators // TH elevators
foreach (var elevator in QSBWorldSync.GetUnityObjects<Elevator>()) foreach (var elevator in QSBWorldSync.GetUnityObjects<Elevator>())
{ {
// hack: wait for QSBElevator to add the box shape, and just use that // hack: wait for QSBElevator to add the box shape, and just use that