(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command.
This commit is contained in:
@@ -628,6 +628,7 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_COMMAND)
|
||||
p->Recv_string(cp->text, sizeof(cp->text));
|
||||
cp->callback = p->Recv_uint8();
|
||||
cp->frame = p->Recv_uint32();
|
||||
cp->my_cmd = p->Recv_bool();
|
||||
cp->next = NULL;
|
||||
|
||||
// The server did send us this command..
|
||||
|
Reference in New Issue
Block a user