A3Antistasi / antistasi-1.x

Antistasi Unofficial Community old version
http://a3antistasi.enjin.com/
39 stars 44 forks source link

Destroyed antennas (#311) #321

Closed wurzel0701 closed 6 years ago

wurzel0701 commented 6 years ago

Fixed mrkWIN.sqf aborting of no antenna in antenas. If none found or none active the JAM action will not be added Simple fix.

(Sorry for that _config.yml file, played abit around with the configs of github and gthub was like, yeah create an instant commit for this) Fix #311

zalexki commented 6 years ago

Nice work ! FYI: By prefacing your commits with “Fixes”, “Fixed”, “Fix”, “Closes”, “Closed”, or “Close” when the commit is merged into master, it will also automatically close the issue.

This PR is a good example of why interactively rebase your commit is interesting. If you'd have squash all commits into one and renamed it to Fix #311 description of the fix, the issue will automatically be closed.