Skip to content

Commit

Permalink
fix quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
ssccinng authored Aug 10, 2024
1 parent d6ba6a9 commit be21706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZZZTOJ.Botris/ZZZBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ public MoveResult GetMove(RequestMovePayload requestMovePayload)
if (move == 'V') break;
}

_IOBoard.PrintBoard();

if (!BotSetting.Quiet) {
_IOBoard.PrintBoard();
Console.WriteLine($"combo: {requestMovePayload.GameState.combo,-3} b2b: {requestMovePayload.GameState.b2b} garbage: {requestMovePayload.GameState.garbageQueued.Length,-3}");
Console.WriteLine($"mino: {requestMovePayload.GameState.current.piece} pos: {requestMovePayload.GameState.current.x} {requestMovePayload.GameState.current.y}");
}
Expand Down

0 comments on commit be21706

Please sign in to comment.