mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-03-22 15:19:52 +01:00
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);
|
||||
}
|
||||
#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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user