From 5f2beb7aee7e5c949562717d7a3783f1e29175b7 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Tue, 30 Aug 2022 03:21:03 -0400 Subject: [PATCH] or just play it once --- NewHorizons/External/Modules/PropModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs index 163040a0..f4275a6e 100644 --- a/NewHorizons/External/Modules/PropModule.cs +++ b/NewHorizons/External/Modules/PropModule.cs @@ -842,7 +842,7 @@ namespace NewHorizons.External.Modules [DefaultValue("environment")] public AudioMixerTrackName track = AudioMixerTrackName.Environment; /// - /// Whether to loop this audio while in this audio volume + /// Whether to loop this audio while in this audio volume or just play it once /// [DefaultValue(true)] public bool loop = true; }