diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 339c9f24..ce41c831 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -650,7 +650,7 @@ public: // version u8 version = readU8(is); // check version - if(version != 0){ + if(version != 1){ errorstream<<"GenericCAO: Unsupported init data version" <getName()); // name writeU8(os, 1); // is_player writeS16(os, getId()); //id