Skip to content

Commit

Permalink
xpath optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehni committed Jun 17, 2018
1 parent 2210c1b commit 2ed3d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patches/PickUpAndHaul.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Patch>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef [@Name ="BasePawn"]/comps</xpath>
<xpath>Defs/ThingDef[thingClass="Pawn"]/comps</xpath>
<value>
<li><compClass>PickUpAndHaul.CompHauledToInventory</compClass></li>
</value>
Expand Down

0 comments on commit 2ed3d5c

Please sign in to comment.