Changeset 109 for binary-improvements/7dtd-server-fixes
- Timestamp:
- Jul 26, 2014, 6:05:10 PM (10 years ago)
- Location:
- binary-improvements/7dtd-server-fixes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r108 r109 58 58 <Compile Include="src\TelnetCommands\PrivateMassageConnections.cs" /> 59 59 <Compile Include="src\TelnetCommands\Reply.cs" /> 60 <Compile Include="src\TelnetCommands\Kill.cs" /> 60 61 </ItemGroup> 61 62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
binary-improvements/7dtd-server-fixes/src/CommandExtensions.cs
r108 r109 9 9 manager.m_GUIConsole.AddCommand (new GetGamePrefs (manager.m_GUIConsole)); 10 10 manager.m_GUIConsole.AddCommand (new GetTime (manager.m_GUIConsole)); 11 manager.m_GUIConsole.AddCommand (new Kill (manager.m_GUIConsole)); 11 12 manager.m_GUIConsole.AddCommand (new ListPlayersExtended (manager.m_GUIConsole)); 12 13 manager.m_GUIConsole.AddCommand (new Reply (manager.m_GUIConsole));
Note:
See TracChangeset
for help on using the changeset viewer.