Manos Chorianopoulos

fix getMarketPassMapUrl

...@@ -3995,9 +3995,9 @@ public class swiftApi { ...@@ -3995,9 +3995,9 @@ public class swiftApi {
3995 public func getMarketPassMapUrl() -> String { 3995 public func getMarketPassMapUrl() -> String {
3996 let appUuid = swiftApi().getAppUuid() 3996 let appUuid = swiftApi().getAppUuid()
3997 if (appUuid == "f83dfde1145e4c2da69793abb2f579af") { 3997 if (appUuid == "f83dfde1145e4c2da69793abb2f579af") {
3998 - return "https://magenta-dev.supermarketdeals.eu/map" 3998 + return "https://magenta-dev.supermarketdeals.eu/map?map=true"
3999 } else { 3999 } else {
4000 - return "https://magenta.supermarketdeals.eu/map" 4000 + return "https://magenta.supermarketdeals.eu/map?map=true"
4001 } 4001 }
4002 } 4002 }
4003 4003
......