diff options
Diffstat (limited to 'login/conf')
-rw-r--r-- | login/conf/login_local.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/login/conf/login_local.conf.example b/login/conf/login_local.conf.example index bd08be5f..f0ab0bc4 100644 --- a/login/conf/login_local.conf.example +++ b/login/conf/login_local.conf.example @@ -40,3 +40,8 @@ update_host: http://tmwdata.org/updates/ // Which world should appear first to the players. // see server_name in world/conf/char_local.conf main_server: The Mana World + +// Server Communication username and password. +// This used to be in save/account.txt, but this is better. +userid: s1 +passwd: p1 |