Skip to content

Commit

Permalink
Merge pull request #3028 from CombatExtended-Continued/Remove-Radio-L…
Browse files Browse the repository at this point in the history
…ogging

Hide isRadioPack logging
  • Loading branch information
N7Huntsman authored May 27, 2024
2 parents 5f490ae + 6febee4 commit bde7ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CombatExtended/CombatExtended/DefUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private static void ProcessApparel(ThingDef def)
* wether this apparel is a radio pack
*/
isRadioArray[def.index] = extension.isRadioPack;
if (extension.isRadioPack)
if (Prefs.DevMode && extension.isRadioPack)
{
Log.Message($"{def}");
}
Expand Down

0 comments on commit bde7ef3

Please sign in to comment.