diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:50:47 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:50:47 +1000 |
commit | efa38723961fb8003577c6589fc2b7032195235c (patch) | |
tree | ad7f8318872b91f23a47fe3e34124a5a0525ab7c /assets/opensb/interface.config.patch | |
parent | 152af876550ec63bac9d7aa27b1994268c80f878 (diff) |
Don't do spatial logging on the server
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index d39e16d..b725639 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -21,5 +21,7 @@ "buttonClickSound" : [ "/sfx/interface/button/click.wav" ], "buttonReleaseSound" : [ "/sfx/interface/button/release.wav" ], "buttonHoverSound" : [ "/sfx/interface/button/hover.wav" ], - "buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ] + "buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ], + + "debugSpatialClearTime" : 0.0 }
\ No newline at end of file |