Skip to content
Snippets Groups Projects
Commit e565519c authored by Zaltys's avatar Zaltys :snake:
Browse files

Direct xpath for faster loading.

parent 645d7611
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<Patch>
<!-- Humans -->
<Operation Class="PatchOperationAdd">
<xpath>*/BodyDef[defName = "Human"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName = "Human"]/corePart/parts</xpath>
<value>
<li>
<def>Genitals</def>
......@@ -17,7 +17,7 @@
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>*/BodyDef[defName = "Human"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName = "Human"]/corePart/parts</xpath>
<value>
<li>
<def>Chest</def>
......@@ -32,7 +32,7 @@
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>*/BodyDef[defName = "Human"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName = "Human"]/corePart/parts</xpath>
<value>
<li>
<def>Anus</def>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment