Ignore:
Timestamp:
Apr 2, 2015, 9:16:34 PM (10 years ago)
Author:
alloc
Message:

A11 preps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/StateManager.cs

    r197 r224  
    11using AllocsFixes.NetConnections.Servers.Telnet;
    2 using AllocsFixes.NetConnections.Servers.Web;
    32using System;
    43using System.Reflection;
     
    1211                        try {
    1312                                Log.Out ("[7dtd-server-fixes by Alloc] Version: " + Assembly.GetExecutingAssembly ().GetName ().Version);
    14                                 new Web ();
     13
     14                                Mods.LoadMods ();
     15                                Mods.CallGameAwake ();
     16                                CommandExtensions.InitCommandExtensions (manager);
     17
    1518                                new Telnet ();
    1619
    1720                                ItemList.Instance.Init ();
    18                                 CommandExtensions.InitCommandExtensions (manager);
    1921
    2022                                PersistentData.PersistentContainer.Load ();
     
    2830                        try {
    2931                                Log.Out ("Server shutting down!");
     32                                Mods.CallGameShutdown ();
    3033                                PersistentData.PersistentContainer.Instance.Save ();
    3134                        } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.