mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Move mod loading to server entry point
This commit is contained in:
parent
518018e54e
commit
412430ec76
3 changed files with 11 additions and 6 deletions
|
@ -8277,8 +8277,6 @@ namespace HISP.Server
|
|||
minuteTimer = new Timer(new TimerCallback(onMinuteTick), null, oneMinute, oneMinute);
|
||||
Logger.InfoPrint("Binding to ip: " + ConfigReader.BindIP + " On port: " + ConfigReader.Port.ToString());
|
||||
|
||||
// Load all/any mods
|
||||
ModLoader.ReloadModsFromFilesystem();
|
||||
|
||||
SocketAsyncEventArgs e = new SocketAsyncEventArgs();
|
||||
e.Completed += GameClient.CreateClient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue