summaryrefslogtreecommitdiff
path: root/src/content_cao.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_cao.cpp')
-rw-r--r--src/content_cao.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_cao.cpp b/src/content_cao.cpp
index 339c9f248..ce41c8312 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"
<<std::endl;
return;