Skip to content

Commit

Permalink
Handling the 1.3.1 build even more
Browse files Browse the repository at this point in the history
StollD committed May 6, 2018
1 parent daa785a commit 6541833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kopernicus/Configuration/ModLoader/City2.cs
Original file line number Diff line number Diff line change
@@ -66,12 +66,14 @@ public NumericParser<Single> visibleRange
}

// keepActive
#if !KSP131
[ParserTarget("keepActive")]
public NumericParser<Boolean> keepActive
{
get { return Value.KeepActive; }
set { Value.KeepActive = value; }
}
#endif

// The mesh for the mod
[ParserTarget("model")]

0 comments on commit 6541833

Please sign in to comment.