diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<u8> data; + Buffer<u8> data; bool reliable = false; bool raw = false; |