mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Fix lattice
This commit is contained in:
parent
de87845bfe
commit
8d332500c6
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue