From 08ac2e1256a6a06bc0acbaff57121a94d8dcb7bf Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Fri, 26 May 2023 14:29:25 -0700 Subject: [PATCH] clarify AGAIN --- .../External/Modules/Volumes/VolumeInfos/PriorityVolumeInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/Volumes/VolumeInfos/PriorityVolumeInfo.cs b/NewHorizons/External/Modules/Volumes/VolumeInfos/PriorityVolumeInfo.cs index 4e42cff7..16349c70 100644 --- a/NewHorizons/External/Modules/Volumes/VolumeInfos/PriorityVolumeInfo.cs +++ b/NewHorizons/External/Modules/Volumes/VolumeInfos/PriorityVolumeInfo.cs @@ -10,7 +10,7 @@ namespace NewHorizons.External.Modules.Volumes.VolumeInfos /// The layer of this volume. /// /// Layers separate the priority system. The priority of volumes in one layer will not affect or override volumes in another. The highest priority volume in each layer will stack like normal. - /// The exception is layer 0. Layer 0 effectively bypasses the layer system. A higher-priority volume in layer 0 will override lower-priority volumes in ALL other layers. + /// The exception is layer 0. Layer 0 effectively bypasses the layer system. A higher-priority volume in layer 0 will override lower-priority volumes in ALL other layers. A lower-priority volume in layer 0 will stack with other layers like normal. /// /// Default value here is 0 because in most cases people don't want to think about layers and only care about priority. ///