don't allow publishing E182 saves
This commit is contained in:
parent
9277839f11
commit
fc451e5385
@ -2134,7 +2134,7 @@ char * GameSave::serialiseOPS(unsigned int & dataLength)
|
|||||||
RESTRICTVERSION(91, 5);
|
RESTRICTVERSION(91, 5);
|
||||||
}
|
}
|
||||||
#ifdef SNAPSHOT
|
#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);
|
RESTRICTVERSION(92, 0);
|
||||||
fromNewerVersion = true;
|
fromNewerVersion = true;
|
||||||
|
Reference in New Issue
Block a user