Ignore:
Timestamp:
Jul 28, 2014, 11:27:14 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r113 r114  
    1717                        manager.m_GUIConsole.AddCommand (new SetTimeReal (manager.m_GUIConsole));
    1818                        manager.m_GUIConsole.AddCommand (new ShowInventory (manager.m_GUIConsole));
     19                        manager.m_GUIConsole.AddCommand (new Version (manager.m_GUIConsole));
    1920                } catch (Exception e) {
    2021                        Log.Out ("Error registering custom commands: " + e);
Note: See TracChangeset for help on using the changeset viewer.