Full protocol 13 compatibility on server side

This commit is contained in:
Perttu Ahola
2012-11-27 00:47:03 +02:00
parent 96a286dcf5
commit 7b6d642300
4 changed files with 71 additions and 37 deletions

View File

@@ -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