- Timestamp:
- Jul 28, 2014, 11:27:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/CommandExtensions.cs
r113 r114 17 17 manager.m_GUIConsole.AddCommand (new SetTimeReal (manager.m_GUIConsole)); 18 18 manager.m_GUIConsole.AddCommand (new ShowInventory (manager.m_GUIConsole)); 19 manager.m_GUIConsole.AddCommand (new Version (manager.m_GUIConsole)); 19 20 } catch (Exception e) { 20 21 Log.Out ("Error registering custom commands: " + e);
Note:
See TracChangeset
for help on using the changeset viewer.