Skip to content

Commit

Permalink
digging
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoNeko committed Apr 28, 2020
1 parent b7c3054 commit a171603
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public static void Postfix(ref TransferableOneWayWidget widget, List<Transferabl
{
foreach (Thing t in tow.things)
{
RoadsOfTheRim.DebugLog("Adding pawn section : "+t.DescriptionDetailed);
RoadsOfTheRim.DebugLog("Adding pawn section : "+t.Label);
}
}
//widget.AddSection("Road related", transferables.Where((TransferableOneWay x) => x.AnyThing.def.defName == "ISR2G"));
Expand Down
Binary file modified v1.1/Assemblies/RoadsOfTheRim.dll
Binary file not shown.

0 comments on commit a171603

Please sign in to comment.