cmd: send fleet
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package game
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"slices"
|
||||
|
||||
e "github.com/iliadenisov/galaxy/internal/error"
|
||||
@@ -69,7 +68,6 @@ func (g *Game) sendGroupInternal(ri int, groupIndex, planetNumber, quantity uint
|
||||
}
|
||||
|
||||
if sourcePlanet == planetNumber {
|
||||
fmt.Println("unsend: sgi=", sgi)
|
||||
g.ShipGroups[sgi] = UnsendShips(g.ShipGroups[sgi])
|
||||
g.joinEqualGroupsInternal(ri)
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user