mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 13:40:12 +02:00
don't allow publishing E182 saves
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user