mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
include towers
This commit is contained in:
parent
6597e8be32
commit
53ba117f23
|
|
@ -182,7 +182,8 @@ class ZoneActor(
|
|||
|
||||
case ZoneMapUpdate() =>
|
||||
zone.Buildings
|
||||
.filter(_._2.BuildingType == StructureType.Facility)
|
||||
.filter(building =>
|
||||
building._2.BuildingType == StructureType.Facility || building._2.BuildingType == StructureType.Tower)
|
||||
.values
|
||||
.foreach(_.Actor ! BuildingActor.MapUpdate())
|
||||
Behaviors.same
|
||||
|
|
|
|||
Loading…
Reference in a new issue