From e6e095f7e8aead122f7dd18dc47dfb28f7d1d09a Mon Sep 17 00:00:00 2001 From: goaaats Date: Thu, 24 Jan 2019 22:33:01 +0100 Subject: [PATCH] Add default to world.ini.config --- config/world.ini.default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/world.ini.default b/config/world.ini.default index 0fd35e32..ec461c19 100644 --- a/config/world.ini.default +++ b/config/world.ini.default @@ -15,6 +15,9 @@ DisconnectTimeout = 20 ; Sent on login - each line must be shorter than 307 characters, split lines with ';' MotD = Welcome to Sapphire!;This is a very good server;You can change these messages by editing General.MotD in config/config.ini +[Navigation] +MeshPath = navi + [Housing] ; Set the default estate name. {0} will be replaced with the plot number DefaultEstateName = Estate ${0} \ No newline at end of file