test: battle multiple non-crossing enemies
This commit is contained in:
@@ -85,7 +85,7 @@ func MakeTurn(c *Controller, r Repo) error {
|
||||
b := battles[i]
|
||||
|
||||
observers := make(map[uuid.UUID]bool)
|
||||
for sgi := range b.observerGroups {
|
||||
for sgi := range b.ObserverGroups {
|
||||
observers[c.Cache.ShipGroup(sgi).OwnerID] = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user