don't allow publishing E182 saves

This commit is contained in:
jacob1 2016-09-04 21:49:24 -04:00
parent 9277839f11
commit fc451e5385

View File

@ -2134,7 +2134,7 @@ char * GameSave::serialiseOPS(unsigned int & dataLength)
RESTRICTVERSION(91, 5);
}
#ifdef SNAPSHOT
if (particles[i].type == PT_E180 || particles[i].type == PT_E181)
if (particles[i].type == PT_E180 || particles[i].type == PT_E181 || particles[i].type == PT_E182)
{
RESTRICTVERSION(92, 0);
fromNewerVersion = true;