Fix lattice

This commit is contained in:
Jakob Gillich 2020-08-28 19:17:51 +02:00
parent de87845bfe
commit 8d332500c6

View file

@ -285,7 +285,7 @@ object Zones {
lattice.asObject.get(info.value).foreach { obj =>
obj.asArray.get.foreach { entry =>
val arr = entry.asArray.get
zoneMap.latticeLink((arr(0).asString.get, arr(1).asString.get))
zoneMap.addLatticeLink(arr(0).asString.get, arr(1).asString.get)
}
}