Skip to content

Commit

Permalink
don't allow publishing E182 saves
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Sep 5, 2016
1 parent 9277839 commit fc451e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/GameSave.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit fc451e5

Please sign in to comment.