Skip to content

Commit

Permalink
Disabled debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Nov 28, 2024
1 parent a3027de commit 28b16ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CombatExtended/CombatExtended/Verbs/VerbCIWS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace CombatExtended
{
public abstract class VerbCIWS : Verb_ShootCE, ITargetSearcher, IVerbDisableable
{
protected bool debug = true;
protected bool debug;
protected Texture2D icon;
public virtual bool HoldFire { get; set; }

Expand Down

0 comments on commit 28b16ac

Please sign in to comment.