From b6592a3fdf89b4cde4fdb623c8c99f32f687ab53 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Mon, 1 Apr 2024 06:51:51 +0200 Subject: [PATCH] voice --- web/config/voicechat/voicechat-server.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config/voicechat/voicechat-server.properties b/web/config/voicechat/voicechat-server.properties index b320595..2c85cd9 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