From a3c298e1d1f02634e87c7ba1746fd7e9ed444875 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 5 Sep 2017 22:14:56 +0200 Subject: Use a Buffer instead of SharedBuffer in ConnectionCommand This fixes #6373 --- src/network/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network') diff --git a/src/network/connection.h b/src/network/connection.h index d569722bf..5062b73d0 100644 --- a/src/network/connection.h +++ b/src/network/connection.h @@ -325,7 +325,7 @@ struct ConnectionCommand Address address; u16 peer_id = PEER_ID_INEXISTENT; u8 channelnum = 0; - SharedBuffer data; + Buffer data; bool reliable = false; bool raw = false; -- cgit v1.2.3