From 306ad0f445557ce99b6a3cf218a7a3cc9d613e23 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Fri, 29 Mar 2024 21:35:43 +0100 Subject: [PATCH] voice settings --- web/config/voicechat/voicechat-server.properties | 2 +- web/index.toml | 4 ++++ web/pack.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/web/config/voicechat/voicechat-server.properties b/web/config/voicechat/voicechat-server.properties index 2c85cd9..b320595 100644 --- a/web/config/voicechat/voicechat-server.properties +++ b/web/config/voicechat/voicechat-server.properties @@ -6,7 +6,7 @@ port=24454 # The IP address to bind the voice chat server on # Leave empty to use 'server-ip' of server.properties # To bind to the wildcard address, use '*' -bind_address= +bind_address=* # The distance to where the voice can be heard max_voice_distance=48.0 # The multiplier of the voice distance when crouching diff --git a/web/index.toml b/web/index.toml index 378493c..3fb44bb 100644 --- a/web/index.toml +++ b/web/index.toml @@ -1132,6 +1132,10 @@ hash = "3c14c00994a8201f0419237fde6f6d6caca7ce7b0ee199c3f400775a39fa3d9b" file = "config/travelanchors/common.json5" hash = "2ffae815f28e42ae83781cf17ba9744e53adb7f869d1f0b740c098261a20ccba" +[[files]] +file = "config/voicechat/voicechat-server.properties" +hash = "a9043000f37d1140d88b405165068d130108b2974db1c4666a95a03824d6a8a3" + [[files]] file = "config/waystones-common.toml" hash = "b6c974dabc3e6480a4ff4a28bb1e7e979f63a135c928d4ada2f1253c0e31d56c" diff --git a/web/pack.toml b/web/pack.toml index 6654da4..3a74d80 100644 --- a/web/pack.toml +++ b/web/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6dc957fdfbd751b9b3d7041266694ee2a318cf1cdeac53f9efd0dfe167cda12a" +hash = "743c91987c39fa49bcc5389533becea9a81991ce926476bda1a4311c80db8c81" [versions] forge = "47.2.0"