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-Tag: 0.4.4~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c8acc373c14e1015a9da8ff8e2b6da76857959a8;p=oweals%2Fminetest.git Update ContentFeatures serialization format now as PROTOCOL_VERSION was changed --- diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 180219ba8..38c04a59d 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<