Command line login support.

Contributed by facab.
This commit is contained in:
MobiusDevelopment
2019-05-04 07:25:09 +00:00
parent e67cc82d91
commit da33062f43
60 changed files with 2280 additions and 36 deletions

View File

@@ -105,6 +105,19 @@ FastConnectionTime = 350
MaxConnectionPerIP = 50
# ---------------------------------------------------------------------------
# Command Line Login Method
# ---------------------------------------------------------------------------
# Start client with "account=YourAccount password=YourPassword" parameters.
# You need to have enabled ExternalLogin and CmdLineLogin in your l2.ini file.
# Default: False
EnableCmdLineLogin = False
# Default: False
OnlyCmdLineLogin = False
# ---------------------------------------------------------------------------
# Misc Login Settings
# ---------------------------------------------------------------------------