Ignore:
Timestamp:
Jul 27, 2014, 11:30:15 AM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r109 r113  
    1010                        manager.m_GUIConsole.AddCommand (new GetTime (manager.m_GUIConsole));
    1111                        manager.m_GUIConsole.AddCommand (new Kill (manager.m_GUIConsole));
     12                        manager.m_GUIConsole.AddCommand (new ListLandProtection (manager.m_GUIConsole));
    1213                        manager.m_GUIConsole.AddCommand (new ListPlayersExtended (manager.m_GUIConsole));
     14                        manager.m_GUIConsole.AddCommand (new RemoveLandProtection (manager.m_GUIConsole));
    1315                        manager.m_GUIConsole.AddCommand (new Reply (manager.m_GUIConsole));
    1416                        manager.m_GUIConsole.AddCommand (new SayToPlayer (manager.m_GUIConsole));
Note: See TracChangeset for help on using the changeset viewer.