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; }