forked from Mirrorlandia_minetest/minetest
Set low active_block_range in test_multiplayer.sh
This commit is contained in:
parent
92c55c27cf
commit
1b0d2a37bb
@ -29,8 +29,8 @@ printf '%s\n' >"$testspath/client1.conf" \
|
|||||||
enable_{sound,minimap,shaders}=false
|
enable_{sound,minimap,shaders}=false
|
||||||
|
|
||||||
printf '%s\n' >"$testspath/server.conf" \
|
printf '%s\n' >"$testspath/server.conf" \
|
||||||
max_block_send_distance=1 devtest_unittests_autostart=true \
|
max_block_send_distance=1 active_block_range=1 \
|
||||||
helper_mode=devtest
|
devtest_unittests_autostart=true helper_mode=devtest
|
||||||
|
|
||||||
ln -s "$dir/helper_mod" "$worldpath/worldmods/"
|
ln -s "$dir/helper_mod" "$worldpath/worldmods/"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user