Skip to content

Commit 3489a1b

Browse files
committed
movemsg
1 parent ac6373a commit 3489a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gamelogic/move.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ func (gs *GameState) CommandMove(words []string) (ArmyMove, error) {
8585
Units: gs.getUnitsSnap(),
8686
Player: gs.GetPlayerSnap(),
8787
}
88-
88+
fmt.Printf("Moved %v units to %s\n", len(mv.Units), mv.ToLocation)
8989
return mv, nil
9090
}

0 commit comments

Comments
 (0)