Skip to content

Commit

Permalink
Use correct scribe for boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
eth0net committed Jan 30, 2023
1 parent d2a2026 commit 9531e1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Assemblies/SubcoreInfo.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/SubcoreInfo/Comps/MechInfoComp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class MechInfoComp : BaseInfoComp {
/// </summary>
public override void PostExposeData()
{
Scribe_Deep.Look(ref Disassembling, "disassembling");
Scribe_Values.Look(ref Disassembling, "disassembling");
base.PostExposeData();
}

Expand Down

0 comments on commit 9531e1e

Please sign in to comment.