Dropped mmocore from login.

Thanks Liamxroy.
This commit is contained in:
MobiusDev
2017-12-19 19:50:01 +00:00
parent 2f91782574
commit 3f9c0c6696
248 changed files with 3692 additions and 12475 deletions

View File

@@ -12,11 +12,11 @@
# Networking
# ---------------------------------------------------------------------------
# Bind ip of the LoginServer, use * to bind on all available IPs
# Bind ip of the LoginServer, use 0.0.0.0 to bind on all available IPs
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
LoginserverHostname = *
# Default: 0.0.0.0
LoginserverHostname = 0.0.0.0
# Default: 2106
LoginserverPort = 2106