1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-13 05:50:31 +01:00

Change default config for NALC2 server

This commit is contained in:
sys4-fr 2017-03-12 18:47:56 +01:00
parent c990a2bcc8
commit 5ca40e39f2
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ motd = Welcome to "NotreAmiLeCube (Survival & PVP) [EN/FR]" server! / Bienvenue
serverlist_url = servers.minetest.net
server_url = http://mff.sys4.fr/
server_announce = false
server_address = 78.210.252.189
server_address = 192.168.0.21
port = 30002
# curl default 5sec but timeout, fix to 15sec
curl_timeout = 15000

View File

@ -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 NALC2 --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