mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fixed minetest reliable udp implementation (compatible to old clients)
This commit is contained in:
@@ -330,7 +330,7 @@ public:
|
||||
// Actual processing is done in an another thread.
|
||||
void step(float dtime);
|
||||
// This is run by ServerThread and does the actual processing
|
||||
void AsyncRunStep();
|
||||
void AsyncRunStep(bool initial_step=false);
|
||||
void Receive();
|
||||
void ProcessData(u8 *data, u32 datasize, u16 peer_id);
|
||||
|
||||
|
Reference in New Issue
Block a user