- Timestamp:
- Jul 21, 2014, 8:49:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/AllocsNetTelnetServer.cs
r93 r96 134 134 Log.Out("Telnet SetConsole called"); 135 135 AllocsNetTelnetServer.console = console; 136 console.AddCommand(new GetGamePrefs(console));137 console.AddCommand(new GetTime(console));138 console.AddCommand(new ListPlayersExtended(console));139 console.AddCommand(new SayToPlayer(console));140 console.AddCommand(new SetTimeReal(console));141 console.AddCommand(new ShowInventory(console));142 136 } 143 137
Note:
See TracChangeset
for help on using the changeset viewer.