X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmg_schematic.cpp;h=a5ffb20b8faa38e56e7873a4df11a4508be7e32d;hb=cf77e0333d1ba0aa81fdce80cd0fa32f137b0a47;hp=81d849a66b7d12e26f977ddd1ce7b08b83637aae;hpb=2b99d904f6b8197931954772b6466d8ee56cafc9;p=minetest.git diff --git a/src/mg_schematic.cpp b/src/mg_schematic.cpp index 81d849a66..a5ffb20b8 100644 --- a/src/mg_schematic.cpp +++ b/src/mg_schematic.cpp @@ -282,7 +282,7 @@ bool Schematic::deserializeFromMts(std::istream *is, if (version < 2) { for (size_t i = 0; i != nodecount; i++) { if (schemdata[i].param1 == 0) - schemdata[i].param1 = MTSCHEM_PROB_ALWAYS; + schemdata[i].param1 = MTSCHEM_PROB_ALWAYS_OLD; if (have_cignore && schemdata[i].getContent() == cignore) schemdata[i].param1 = MTSCHEM_PROB_NEVER; }