- Timestamp:
- Jul 27, 2014, 11:30:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/CommandExtensions.cs
r109 r113 10 10 manager.m_GUIConsole.AddCommand (new GetTime (manager.m_GUIConsole)); 11 11 manager.m_GUIConsole.AddCommand (new Kill (manager.m_GUIConsole)); 12 manager.m_GUIConsole.AddCommand (new ListLandProtection (manager.m_GUIConsole)); 12 13 manager.m_GUIConsole.AddCommand (new ListPlayersExtended (manager.m_GUIConsole)); 14 manager.m_GUIConsole.AddCommand (new RemoveLandProtection (manager.m_GUIConsole)); 13 15 manager.m_GUIConsole.AddCommand (new Reply (manager.m_GUIConsole)); 14 16 manager.m_GUIConsole.AddCommand (new SayToPlayer (manager.m_GUIConsole));
Note:
See TracChangeset
for help on using the changeset viewer.