Ignore:
Timestamp:
Jul 26, 2014, 6:05:10 PM (10 years ago)
Author:
alloc
Message:

fixes

Location:
binary-improvements/7dtd-server-fixes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r108 r109  
    5858    <Compile Include="src\TelnetCommands\PrivateMassageConnections.cs" />
    5959    <Compile Include="src\TelnetCommands\Reply.cs" />
     60    <Compile Include="src\TelnetCommands\Kill.cs" />
    6061  </ItemGroup>
    6162  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  • binary-improvements/7dtd-server-fixes/src/CommandExtensions.cs

    r108 r109  
    99                        manager.m_GUIConsole.AddCommand (new GetGamePrefs (manager.m_GUIConsole));
    1010                        manager.m_GUIConsole.AddCommand (new GetTime (manager.m_GUIConsole));
     11                        manager.m_GUIConsole.AddCommand (new Kill (manager.m_GUIConsole));
    1112                        manager.m_GUIConsole.AddCommand (new ListPlayersExtended (manager.m_GUIConsole));
    1213                        manager.m_GUIConsole.AddCommand (new Reply (manager.m_GUIConsole));
Note: See TracChangeset for help on using the changeset viewer.