Skip to content

Commit cdac4f2

Browse files
committed
misc(controller): enable the sniper crosshair by default
1 parent 435cb1d commit cdac4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/src/settings/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub struct AppSettings {
277277
#[serde(default = "bool_false")]
278278
pub web_radar_advanced_settings: bool,
279279

280-
#[serde(default = "bool_false")]
280+
#[serde(default = "bool_true")]
281281
pub sniper_crosshair: bool,
282282

283283
#[serde(flatten, with = "serde_prefix_grenade_helper")]

0 commit comments

Comments
 (0)