Closed hairlessOrphan closed 8 years ago
If you decompile a .pex with Champollion and recompile the .psc with Caprica, properties generate duplicate modifiers:
Before: bool Property OwnedByPlayer = False auto conditional bool Property PlayerHasVisited auto conditional hidden
After: bool Property OwnedByPlayer = False auto conditional conditional bool Property PlayerHasVisited auto conditional hidden conditional hidden
This should be fixed in v0.1.1.
If you decompile a .pex with Champollion and recompile the .psc with Caprica, properties generate duplicate modifiers:
Before: bool Property OwnedByPlayer = False auto conditional bool Property PlayerHasVisited auto conditional hidden
After: bool Property OwnedByPlayer = False auto conditional conditional bool Property PlayerHasVisited auto conditional hidden conditional hidden