show value of CHEAT in MTDF log output

master
melvinzhang 2015-02-21 14:28:24 +08:00
parent c526c22fc9
commit 226aa3ebd3
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class MTDF implements MagicAI {
// Logging.
final long timeTaken = System.currentTimeMillis() - startTime;
log("MTDF" +
" cheat=" + CHEAT +
" index=" + scorePlayer.getIndex() +
" life=" + scorePlayer.getLife() +
" turn=" + sourceGame.getTurn() +