Skip to content

Commit

Permalink
fix incorrect plural "Left glutes" and "Right glutes" group names
Browse files Browse the repository at this point in the history
  • Loading branch information
everlasterVR committed Sep 3, 2022
1 parent 5488b6b commit 79a4199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EditablesList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public static EditablesList Build(MVRScript script, ColliderPreviewConfig config
new Group("Right breast", @"r((Pectoral)|Nipple)"),
new Group("Abdomen / Belly / Back", @"^((AutoCollider)?FemaleAutoColliders)?abdomen"),
new Group("Hip / Pelvis", @"^((Female)?AutoColliders?|MaleAutoColliders)?(hip|pelvis)"),
new Group("Left glutes", @"^((AutoCollider)?FemaleAutoColliders)?LGlute"),
new Group("Right glutes", @"^((AutoCollider)?FemaleAutoColliders)?RGlute"),
new Group("Left glute", @"^((AutoCollider)?FemaleAutoColliders)?LGlute"),
new Group("Right glute", @"^((AutoCollider)?FemaleAutoColliders)?RGlute"),
new Group("Anus", @"^_JointA[rl]"),
new Group("Vagina", @"^_Joint(Gr|Gl|B)"),
new Group("Penis", @"^((AutoCollider)?Gen[1-3])|Testes"),
Expand Down

0 comments on commit 79a4199

Please sign in to comment.