Index: /binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
===================================================================
--- /binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj	(revision 108)
+++ /binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj	(revision 109)
@@ -58,4 +58,5 @@
     <Compile Include="src\TelnetCommands\PrivateMassageConnections.cs" />
     <Compile Include="src\TelnetCommands\Reply.cs" />
+    <Compile Include="src\TelnetCommands\Kill.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Index: /binary-improvements/7dtd-server-fixes/src/CommandExtensions.cs
===================================================================
--- /binary-improvements/7dtd-server-fixes/src/CommandExtensions.cs	(revision 108)
+++ /binary-improvements/7dtd-server-fixes/src/CommandExtensions.cs	(revision 109)
@@ -9,4 +9,5 @@
 			manager.m_GUIConsole.AddCommand (new GetGamePrefs (manager.m_GUIConsole));
 			manager.m_GUIConsole.AddCommand (new GetTime (manager.m_GUIConsole));
+			manager.m_GUIConsole.AddCommand (new Kill (manager.m_GUIConsole));
 			manager.m_GUIConsole.AddCommand (new ListPlayersExtended (manager.m_GUIConsole));
 			manager.m_GUIConsole.AddCommand (new Reply (manager.m_GUIConsole));
