Set low active_block_range in test_multiplayer.sh

This commit is contained in:
sfan5 2024-01-15 11:44:26 +01:00
parent 92c55c27cf
commit 1b0d2a37bb
1 changed files with 2 additions and 2 deletions

View File

@ -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/"