mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 09:55:22 +02:00
Improve protocol-level receiving code (#9617)
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
void receive();
|
||||
void receive(SharedBuffer<u8> &packetdata, bool &packet_queued);
|
||||
|
||||
// Returns next data from a buffer if possible
|
||||
// If found, returns true; if not, false.
|
||||
|
Reference in New Issue
Block a user