summaryrefslogtreecommitdiff
path: root/network_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'network_server.c')
-rw-r--r--network_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_server.c b/network_server.c
index c7f1cb16a..3dc001f5f 100644
--- a/network_server.c
+++ b/network_server.c
@@ -778,7 +778,7 @@ DEF_SERVER_RECEIVE_COMMAND(PACKET_CLIENT_COMMAND)
return;
}
if (cp->cmd == CMD_PLAYER_CTRL) {
- // UGLY! p1 is mis-used to get the client-id in CmdPlayerCtrl
+ // UGLY! p2 is mis-used to get the client-id in CmdPlayerCtrl
cp->p2 = cs - _clients;
}