From 94dfececf6b4cf5d996ff2a12e7801bd640b1a57 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 15 Oct 2011 15:02:28 +0300 Subject: strict_protocol_version_checking setting; PROTOCOL_VERSION in clientserver.h; clean up defaultsettings.cpp and minetest.conf.example --- src/clientserver.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/clientserver.h') diff --git a/src/clientserver.h b/src/clientserver.h index b96cc61aa..0f6925696 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -22,6 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "utility.h" +#define PROTOCOL_VERSION 3 + #define PROTOCOL_ID 0x4f457403 #define PASSWORD_SIZE 28 // Maximum password length. Allows for -- cgit v1.2.3