From 5638bfae4cec52451c8968a712d65e9695fe6743 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 3 Dec 2011 19:25:27 +0100 Subject: [PATCH] client/example: Moar moar debug --- client/example.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/example.pl b/client/example.pl index 23cddee..2de5908 100755 --- a/client/example.pl +++ b/client/example.pl @@ -114,7 +114,7 @@ sub take_action($%) { } } - print "moves ".join(", ", @move)."\n"; + print "moves ".join(", ", @move)." => ($max->[0],$max->[1])\n"; if ($attack[dirindex($max)]) { print $socket "attack_dir $max->[0] $max->[1]\r\n";