mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Full protocol 13 compatibility on server side
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user