Skip to content

Commit

Permalink
Set low active_block_range in test_multiplayer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jan 15, 2024
1 parent 92c55c2 commit 1b0d2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/test_multiplayer.sh
Expand Up @@ -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/"

Expand Down

0 comments on commit 1b0d2a3

Please sign in to comment.