2TallTyler / improved_town_industries

An industry replacement set for OpenTTD.
GNU General Public License v3.0
22 stars 17 forks source link

OpenTTD version error strings mention wrong JGRPP version #113

Closed James103 closed 7 months ago

James103 commented 7 months ago

Currently, all of the version error strings look like this:

Improved Town Industries requires OpenTTD version 14.0, JGR version 0.85, or better

This should be fixed to say:

Improved Town Industries requires OpenTTD version 14.0, JGR version 0.58, or better

(note 0.85 changed to 0.58)

Caused by https://github.com/2TallTyler/improved_town_industries/pull/112.

2TallTyler commented 7 months ago

Oops, seems I transposed the numbers.

2TallTyler commented 7 months ago

Fixed in bdcd90d.