added comment

This commit is contained in:
2026-09-08 16:13:37 +02:00
parent 81d9aa7265
commit f3a38db5ca
@@ -434,7 +434,7 @@ function Stage:PreActivate()
for key, mission in pairs(self._db.missions) do
if mission and mission.missionType == "DEEPSTRIKE" then
mission:SpawnInactive()
mission:SpawnInactive() --Not Really "inactive"
end
end