mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02:00
Use a Buffer instead of SharedBuffer in ConnectionCommand
This fixes #6373
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user