Uh
This commit is contained in:
2
chess.go
2
chess.go
@ -74,7 +74,7 @@ func showBoard(m chat1.MsgSummary, g Game) {
|
||||
if err != nil {
|
||||
log.LogError(fmt.Sprintf("Error in ShowBoard os.Create: %+v\n", err))
|
||||
}
|
||||
log.LogInfo("Creating board position (g.Game.Position().String()): %+v", g.Game.Pos)
|
||||
log.LogInfo("Creating board position (g.Game.Position().String()): %+v", g.Game)
|
||||
// create board position
|
||||
fenStr := g.Game.Pos.String()
|
||||
log.LogInfo("Creating pos &chess.Position{}")
|
||||
|
||||
Reference in New Issue
Block a user