Mord3rca / gamma-launcher

Just another Launcher to setup S.T.A.L.K.E.R.: G.A.M.M.A.
GNU General Public License v3.0
85 stars 13 forks source link

fix: match parameter name to value usage #86

Closed jupjohn closed 11 months ago

jupjohn commented 11 months ago

This PR aims to fix #85 where Anomaly installs would fail due to a mismatch in parameter names. This was caused by the caller using a new parameter name that wasn't reflected in the method's signature (potentially someone forgot to stage & commit it 😅)

This fix has been tested locally, with the installer getting past the download and into the extraction.

Mord3rca commented 11 months ago

Hi ! Thanks for fixing my mistake :)

I should do a full-install when modifying this classes. Tested with and without the modification, all good.

jupjohn commented 11 months ago

No worries, it happens!