Restore correct amount of pylons for F16 after ejecting sufa mod

This commit is contained in:
Raffson 2023-07-10 22:02:12 +02:00
parent 7a6ca986db
commit f76c8a80b5
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -392,7 +392,7 @@ def inject_F16I() -> None:
def eject_F16I() -> None: def eject_F16I() -> None:
F_16C_50.pylons = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17} F_16C_50.pylons = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}
# Injects modified weapons from the IDF Mods Project F-16I Sufa # Injects modified weapons from the IDF Mods Project F-16I Sufa
# into pydcs databases via introspection. # into pydcs databases via introspection.