diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp index 8c105353b..7eefd1506 100644 --- a/src/client/GameSave.cpp +++ b/src/client/GameSave.cpp @@ -2515,6 +2515,10 @@ char * GameSave::serialiseOPS(unsigned int & dataLength) { RESTRICTVERSION(96, 0); } + if (particles[i].type == PT_GLAS && particles[i].life > 0) + { + RESTRICTVERSION(97, 0); + } //Get the pmap entry for the next particle in the same position i = partsPosLink[i];