This commit is contained in:
TerrificTrifid 2022-08-10 13:51:47 -05:00
parent 17be25189d
commit d298551157

View File

@ -81,7 +81,7 @@ namespace NewHorizons.Builder.Props
});
// If it starts at the shaft, move the start/end sounds to it
if ((info.disableSpout & !info.disableShaft) | info.offset == -67f)
if ((info.disableSpout && !info.disableShaft) || info.offset == -67f)
{
oneShotAudio.transform.SetLocalPositionY(67f);
}