diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-01-15 10:24:22 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-24 20:38:57 +0100 |
commit | 9860dacbb6526138ae8edf57adc42ddc3e6073fa (patch) | |
tree | 342c63b7cf515644be7e1a005813c75c0bc1bca6 /docs | |
parent | 30a62acef45fb1652d0992dcbf30e473cea6bf74 (diff) | |
download | manaserv-9860dacbb6526138ae8edf57adc42ddc3e6073fa.tar.gz manaserv-9860dacbb6526138ae8edf57adc42ddc3e6073fa.tar.xz manaserv-9860dacbb6526138ae8edf57adc42ddc3e6073fa.zip |
Made the scripts being able to install
The game server will now look for the scripts in this order:
- serverPath - config value
- current working directory
- the PKG_DATADIR #define
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manaserv.xml.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example index 4a203d1..ef220a6 100644 --- a/docs/manaserv.xml.example +++ b/docs/manaserv.xml.example @@ -65,7 +65,6 @@ Set here the different paths used by both the server to find data. --> <!-- Paths to data files --> - <option name="serverPath" value="." /> <option name="worldDataPath" value="example" /> <!-- end of paths configuration ******************************************* --> |