aboutsummaryrefslogtreecommitdiff
path: root/client/system
diff options
context:
space:
mode:
Diffstat (limited to 'client/system')
-rw-r--r--client/system/settings.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/system/settings.gd b/client/system/settings.gd
index 23971647..ba1d2615 100644
--- a/client/system/settings.gd
+++ b/client/system/settings.gd
@@ -21,6 +21,7 @@ static func get_root():
SettingsCategory.new("gameplay", [
ToggleSetting.new("usernames", true),
ToggleSetting.new("latch_boost", true),
+ ToggleSetting.new("allow_focus_players", true),
ToggleSetting.new("vibration", true),
ToggleSetting.new("invert_camera", false),
ToggleSetting.new("interpolate_camera_rotation", false),