Skip to content

Commit

Permalink
cs2
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Apr 1, 2023
1 parent 4098545 commit 758ff5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/assets/js/Setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Setting {
crosshairColor: '#d31b1b',
crosshairSize: 40,
preferPerformance: false,
matchServerFps: true,
matchServerFps: false,
anisotropic: 16,
exposure: 0.8,
},
Expand Down Expand Up @@ -99,7 +99,7 @@ export class Setting {
}

shouldMatchServerFps() {
return this.#setting.base.matchServerFps ?? true
return this.#setting.base.matchServerFps ?? false
}

getSensitivity() {
Expand Down

0 comments on commit 758ff5b

Please sign in to comment.