mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-18 04:55:20 +01: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