mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 09:53:38 +02:00
client/example: Moar moar debug
This commit is contained in:
parent
692f968e64
commit
5638bfae4c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue