mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Ranged support of protocol version on server side
This commit is contained in:
parent
23913f26cd
commit
8ccdd3bdb4
4 changed files with 38 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue