diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp index f0dc0e1f8..84fa09094 100644 --- a/src/client/GameSave.cpp +++ b/src/client/GameSave.cpp @@ -2314,6 +2314,10 @@ std::pair> GameSave::serialiseOPS() const { RESTRICTVERSION(97, 0); } + if (particles[i].type == PT_CONV && particles[i].tmp2 != 0) + { + RESTRICTVERSION(97, 0); + } //Get the pmap entry for the next particle in the same position i = partsPosLink[i];