Changeset 182 for binary-improvements/7dtd-server-fixes/src/StateManager.cs
- Timestamp:
- Sep 9, 2014, 8:04:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/StateManager.cs
r145 r182 1 using AllocsFixes.NetConnections.Servers.Telnet; 2 using AllocsFixes.NetConnections.Servers.Web; 1 3 using System; 4 using System.Reflection; 2 5 3 6 namespace AllocsFixes … … 8 11 { 9 12 try { 13 Log.Out ("[7dtd-server-fixes by Alloc] Version: " + Assembly.GetExecutingAssembly ().GetName ().Version); 14 new Web(); 15 new Telnet(); 16 10 17 CommandExtensions.InitCommandExtensions (manager); 18 11 19 PersistentData.PersistentContainer.Load (); 12 20 } catch (Exception e) {
Note:
See TracChangeset
for help on using the changeset viewer.