diff options
author | wushin <pasekei@gmail.com> | 2015-01-13 08:11:52 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-13 08:11:52 -0600 |
commit | 3d7fd218c50a39c643245d3520e4bbd314e4f3fa (patch) | |
tree | 3813e2533c9bd4abaf88b4fa599832b7a0fd0fbe /login | |
parent | f9bce0c653d209bd5fa022d355fc98e46d63d088 (diff) | |
download | serverdata-3d7fd218c50a39c643245d3520e4bbd314e4f3fa.tar.gz serverdata-3d7fd218c50a39c643245d3520e4bbd314e4f3fa.tar.bz2 serverdata-3d7fd218c50a39c643245d3520e4bbd314e4f3fa.tar.xz serverdata-3d7fd218c50a39c643245d3520e4bbd314e4f3fa.zip |
Fix Stable & Master from Breaking with TMWA HEADv2015.1.13.2
Diffstat (limited to 'login')
-rw-r--r-- | login/conf/login_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/conf/login_athena.conf b/login/conf/login_athena.conf index 7e59d192..41b038a7 100644 --- a/login/conf/login_athena.conf +++ b/login/conf/login_athena.conf @@ -50,7 +50,7 @@ add_to_unlimited_account: off // Time, in seconds, that a new account has before it expires. // Set to -1 for unlimited time. // Use of this setting is not condoned by The Mana World. -start_limited_time: -1 +//start_limited_time: -1 // Check that a player has the same IP when switching from login to char. // To use this, your lan_support.conf files MUST be correct. |