jrossignol / ContractPack-AnomalySurveyor

Contract Pack for surveying anomalies in Kerbal Space Program
10 stars 4 forks source link

Resolved error in SCANsat.cfg #13

Open Annastasya77 opened 5 years ago

Annastasya77 commented 5 years ago

Typo causing error in MM. Added the missing colon.

tofof commented 5 years ago

This PR has @CONTRACT_TYPE[AS_*]:HAS[#tag[SCANsat]],:NEEDS[SCANsat],*

The comma before the colon is wrong. The comma and star at the end are also wrong.

Should be @CONTRACT_TYPE[AS_*]:HAS[#tag[SCANsat]]:NEEDS[SCANsat]

Still better than what is currently included, though and at least doesn't error.