Skip to content

Commit

Permalink
log message if Trenches are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
perkinslr committed Dec 18, 2023
1 parent bb8501a commit 960f39d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/CombatExtended/Compatibility/Trenches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ public class CETrenches
private const string VFES_ModName = "Vanilla Furniture Expanded - Security";
static CETrenches()
{
Log.Message("Combat Extended :: Checking VFE Security");
vfeInstalled = ModLister.HasActiveModWithName(VFES_ModName);
if (vfeInstalled)
{
Log.Message("Combat Extended :: Installing VFE Security");
}
}

private static bool checkVFE(IntVec3 cell, Map map, out float heightAdjust)
Expand Down

0 comments on commit 960f39d

Please sign in to comment.