client/example: Moar moar debug

This commit is contained in:
Petr Baudis 2011-12-03 19:25:27 +01:00
parent 692f968e64
commit 5638bfae4c

View file

@ -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";