Ignore:
Timestamp:
Apr 18, 2015, 4:27:57 PM (10 years ago)
Author:
alloc
Message:

Binary improvements

File:
1 edited

Legend:

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

    r224 r230  
    1 using AllocsFixes.NetConnections.Servers.Telnet;
    21using System;
    32using System.Reflection;
     
    76        public class StateManager
    87        {
    9                 public static void Awake (GameManager manager)
     8                public static void Awake ()
    109                {
    1110                        try {
    1211                                Log.Out ("[7dtd-server-fixes by Alloc] Version: " + Assembly.GetExecutingAssembly ().GetName ().Version);
    13 
    14                                 Mods.LoadMods ();
    15                                 Mods.CallGameAwake ();
    16                                 CommandExtensions.InitCommandExtensions (manager);
    17 
    18                                 new Telnet ();
    1912
    2013                                ItemList.Instance.Init ();
     
    2619                }
    2720
    28                 public static void Shutdown (GameManager manager)
     21                public static void Shutdown ()
    2922                {
    3023                        try {
    3124                                Log.Out ("Server shutting down!");
    32                                 Mods.CallGameShutdown ();
    3325                                PersistentData.PersistentContainer.Instance.Save ();
    3426                        } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.