From 601048810f1854c13f3b11b26bfa3f81658ba4a9 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Sun, 12 Mar 2017 18:49:58 +0100 Subject: [PATCH 1/2] Change upgrade script for NALC server --- .../scripts/Server-side/upgrade-mff/upgrade-part-mff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh b/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh index 58d39b67..efe68d1a 100755 --- a/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh +++ b/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh @@ -1,6 +1,6 @@ # On récupère la dernière version du jeu cd /home/vincent/jeux -git clone -b sys4 https://github.com/sys4-fr/server-minetestforfun.git +git clone -b NALC --depth 1 https://github.com/sys4-fr/server-minetestforfun.git echo "Clone de server-minetestforfun réussit." cd /home/vincent/jeux/server-minetestforfun/ git submodule update --init --recursive From 29b6b9fa74e8930d9d284390d27bf188638cc644 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Sun, 12 Mar 2017 19:42:50 +0100 Subject: [PATCH 2/2] Enable fire parameter in game minetest.conf --- minetestforfun_game/minetest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetestforfun_game/minetest.conf b/minetestforfun_game/minetest.conf index 9606fdc7..f1fab7e4 100755 --- a/minetestforfun_game/minetest.conf +++ b/minetestforfun_game/minetest.conf @@ -1,3 +1,3 @@ # Enable jungles on new worlds, disable biome blend and mud flow (faster, looks better). mgv6_spflags = jungles, nobiomeblend, nomudflow -disable_fire = true +disable_fire = false