Ignore:
Timestamp:
Sep 9, 2014, 8:04:37 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r145 r182  
     1using AllocsFixes.NetConnections.Servers.Telnet;
     2using AllocsFixes.NetConnections.Servers.Web;
    13using System;
     4using System.Reflection;
    25
    36namespace AllocsFixes
     
    811                {
    912                        try {
     13                                Log.Out ("[7dtd-server-fixes by Alloc] Version: " + Assembly.GetExecutingAssembly ().GetName ().Version);
     14                                new Web();
     15                                new Telnet();
     16
    1017                                CommandExtensions.InitCommandExtensions (manager);
     18
    1119                                PersistentData.PersistentContainer.Load ();
    1220                        } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.