summaryrefslogtreecommitdiff
path: root/src/serverobject.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-11-27 00:47:03 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-11-29 22:08:25 +0200
commit7b6d6423004343c73fd37726fbbb9f981a50f271 (patch)
tree6af1fad878a6dd36af58729e7914ff7ac4634da7 /src/serverobject.h
parent96a286dcf501e1a749767e20327613c02bb1ff63 (diff)
downloadminetest-7b6d6423004343c73fd37726fbbb9f981a50f271.tar.gz
minetest-7b6d6423004343c73fd37726fbbb9f981a50f271.tar.bz2
minetest-7b6d6423004343c73fd37726fbbb9f981a50f271.zip
Full protocol 13 compatibility on server side
Diffstat (limited to 'src/serverobject.h')
-rw-r--r--src/serverobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverobject.h b/src/serverobject.h
index 1bbd3e4e8..14752878f 100644
--- a/src/serverobject.h
+++ b/src/serverobject.h
@@ -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