Adds listening sockets to the configuration file (#172)

This commit is contained in:
Kamron Batman 2020-07-03 20:45:37 -07:00 committed by GitHub
parent e17195ca80
commit f868c34678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 153 additions and 39 deletions

View file

@ -386,8 +386,6 @@ namespace Server
AssemblyHandler.Invoke("Initialize");
AssemblyHandler.Invoke("RegisterListeners");
timerThread.Start();
foreach (var m in Map.AllMaps)