From: Perttu Ahola Date: Sun, 25 Nov 2012 19:11:45 +0000 (+0200) Subject: Update ContentFeatures serialization format now as PROTOCOL_VERSION was changed X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=c8acc373c14e1015a9da8ff8e2b6da76857959a8;p=zefram%2Fminetest%2Fminetest_engine.git Update ContentFeatures serialization format now as PROTOCOL_VERSION was changed --- diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 180219ba..38c04a59 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -217,7 +217,7 @@ void ContentFeatures::reset() void ContentFeatures::serialize(std::ostream &os) { - writeU8(os, 5); // version + writeU8(os, 6); // version os<