Skip to content
Snippets Groups Projects
Commit 2a3184d8 authored by Pregmodder's avatar Pregmodder
Browse files

fix

parent 17ff0254
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,15 @@ ...@@ -4,10 +4,15 @@
3/23/2018 3/23/2018
407.1 0.1
-minor fix to generateXYslave
0
-fixes severe issues with customized slave trade -fixes severe issues with customized slave trade
*Requires backwards compatibility - no exceptions *Requires backwards compatibility - no exceptions
v1022 (10.7.1-0.1.0)
3/22/2018 3/22/2018
407 407
......
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
<<set _capUpgradeNationalities = []>> <<set _capUpgradeNationalities = []>>
<<for _u = 0; _u < _capUpgradeCheck.length; _u++>> <<for _u = 0; _u < _capUpgradeCheck.length; _u++>>
<<set _capNation = _capUpgradeCheck[_u]>> <<set _capNation = _capUpgradeCheck[_u]>>
<<if _capNation in $nationalities)>> <<if _capNation in $nationalities>>
<<set _capUpgradeNationalities.push(_capNation)>> <<set _capUpgradeNationalities.push(_capNation)>>
<</if>> <</if>>
<</for>> <</for>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment