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:
parent
c990a2bcc8
commit
5ca40e39f2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user