Skip to content

Commit

Permalink
Merge pull request #3537 from CombatExtended-Continued/enable-subsequ…
Browse files Browse the repository at this point in the history
…ent-shots-by-default

Enable faster subsequent shots by default
  • Loading branch information
N7Huntsman authored Nov 11, 2024
2 parents 0663eb7 + 257fc99 commit fed8c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CombatExtended/CombatExtended/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Settings : ModSettings, ISettingsCE

private bool fragmentsFromWalls = false;

private bool fasterRepeatShots = false;
private bool fasterRepeatShots = true;

public bool ShowCasings => showCasings;

Expand Down

0 comments on commit fed8c42

Please sign in to comment.