disable slide projector

This commit is contained in:
Mister_Nebula 2022-04-30 12:36:42 +01:00
parent ba2eb5e390
commit bf9bc946b0

View File

@ -78,7 +78,7 @@ internal class QSBPrisonCellElevator : WorldObject<PrisonCellElevator>, IQSBDrop
AUTO_SLIDE_PROJECTOR.SetActive(true);
projectorComponent.Play(false);
//projectorComponent.Play(false);
}
public void CallToFloorIndex(int index, bool remote = false)