mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Full protocol 13 compatibility on server side
This commit is contained in:
parent
96a286dcf5
commit
7b6d642300
4 changed files with 71 additions and 37 deletions
|
@ -118,7 +118,7 @@ public:
|
|||
The return value of this is passed to the client-side object
|
||||
when it is created
|
||||
*/
|
||||
virtual std::string getClientInitializationData(){return "";}
|
||||
virtual std::string getClientInitializationData(u16 protocol_version){return "";}
|
||||
|
||||
/*
|
||||
The return value of this is passed to the server-side object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue