diff options
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r-- | src/console_cmds.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 8f495e32b..21012e458 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -550,7 +550,7 @@ DEF_CONSOLE_CMD(ConStatus) "active" }; - const NetworkClientState *cs; + NetworkTCPSocketHandler *cs; if (argc == 0) { IConsoleHelp("List the status of all clients connected to the server. Usage 'status'"); @@ -672,7 +672,7 @@ DEF_CONSOLE_CMD(ConKick) DEF_CONSOLE_CMD(ConResetCompany) { const Player *p; - const NetworkClientState *cs; + NetworkTCPSocketHandler *cs; const NetworkClientInfo *ci; PlayerID index; |