Skip to content

Commit

Permalink
configure_v3: add 'console: false' to generated runconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
brliron committed Sep 22, 2024
1 parent 41352a2 commit 1ace1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thcrap_configure_v3/Runconfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public RunconfigPatch(string archive)

class Runconfig
{
public bool console { get; set; } = false;
public bool dat_dump { get; set; } = false;
public bool patched_files_dump { get; set; } = false;
public List<RunconfigPatch> patches { get; set; } = new List<RunconfigPatch>();
Expand Down

0 comments on commit 1ace1a2

Please sign in to comment.