Full protocol 13 compatibility on server side
This commit is contained in:
@@ -118,7 +118,7 @@ class ServerActiveObject : public ActiveObject
|
||||
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