mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Ranged support of protocol version on server side
This commit is contained in:
@@ -602,7 +602,7 @@ private:
|
||||
static void SendItemDef(con::Connection &con, u16 peer_id,
|
||||
IItemDefManager *itemdef);
|
||||
static void SendNodeDef(con::Connection &con, u16 peer_id,
|
||||
INodeDefManager *nodedef);
|
||||
INodeDefManager *nodedef, u16 protocol_version);
|
||||
|
||||
/*
|
||||
Non-static send methods.
|
||||
|
Reference in New Issue
Block a user