From 1b0d2a37bb550414679619e65cc3297c08ebcd72 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 15 Jan 2024 11:44:26 +0100 Subject: [PATCH] Set low active_block_range in test_multiplayer.sh --- util/test_multiplayer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/test_multiplayer.sh b/util/test_multiplayer.sh index e3fc79353..64f042977 100755 --- a/util/test_multiplayer.sh +++ b/util/test_multiplayer.sh @@ -29,8 +29,8 @@ printf '%s\n' >"$testspath/client1.conf" \ enable_{sound,minimap,shaders}=false printf '%s\n' >"$testspath/server.conf" \ - max_block_send_distance=1 devtest_unittests_autostart=true \ - helper_mode=devtest + max_block_send_distance=1 active_block_range=1 \ + devtest_unittests_autostart=true helper_mode=devtest ln -s "$dir/helper_mod" "$worldpath/worldmods/"