Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Escort95 authored Oct 21, 2018
1 parent a6900b5 commit 513c3e7
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions cities/cities-ets2.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,6 @@
code: "no",
relative_radius: 1.1,
},
"poland": {
name: "Polska",
name_english: "Poland",
code: "pl",
relative_radius: 0.8,
},
"portugal": {
name: "Portugal",
name_english: "Portugal",
Expand Down Expand Up @@ -587,7 +581,7 @@
code: "pl",
relative_radius: 0.4,
},
"hungary-bud": {
"hungary-bud": {
name: "Magyarország-Budapest",
name_english: "Hungary",
code: "hu",
Expand All @@ -605,7 +599,7 @@
code: "sk",
relative_radius: 0.8,
},
"italy-rmc2": {
"italy-rmc2": {
name: "Italia",
name_english: "Italy",
code: "it",
Expand Down Expand Up @@ -7771,6 +7765,8 @@ var cities_italy_map = [
];




var cities_eu_update = [
{
"gameName": "wien",
Expand Down Expand Up @@ -8948,14 +8944,14 @@ var cities_eu_update = [
"y": "123.836",
"z": "17882.7"
},
{
{
"gameName": "szeged",
"realName": "Szeged",
"country": "hungary-sze",
"x": "36880.7",
"y": "74.0469",
"z": "24565.7"
},
},
{
"gameName": "cortina",
"realName": "Cortina",
Expand Down Expand Up @@ -9018,4 +9014,4 @@ cities = cities.concat(cities_eu_update); //EU UPDATE BY SMASZEQ / Escort95
//Uncomment the lines below to activate support for Project Balkans/Open Spaces/YKS Turkey:
//cities = cities.concat(cities_projects_balkans); //Project Balkans
//cities = cities.concat(cities_open_spaces); //Open Spaces
//cities = cities.concat(cities_yks_turkey); //YKS Turkey
//cities = cities.concat(cities_yks_turkey); //YKS Turkey

0 comments on commit 513c3e7

Please sign in to comment.