Uncomment max_accounts in bnetd.conf

This commit is contained in:
xboi209 2015-10-12 16:03:39 -07:00
parent 9e3ba4e31a
commit ce56cf1619

View file

@ -295,7 +295,7 @@ new_accounts = true
# Set this to the maximum number of accounts you want to allow to be
# created on your server. A value of 0 means infinite and is the default.
#max_accounts = 0
max_accounts = 0
# If someone attempts to log in more than once, should it kick off the old
# login, or deny the new one?