We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6373a commit 3489a1bCopy full SHA for 3489a1b
internal/gamelogic/move.go
@@ -85,6 +85,6 @@ func (gs *GameState) CommandMove(words []string) (ArmyMove, error) {
85
Units: gs.getUnitsSnap(),
86
Player: gs.GetPlayerSnap(),
87
}
88
-
+ fmt.Printf("Moved %v units to %s\n", len(mv.Units), mv.ToLocation)
89
return mv, nil
90
0 commit comments