mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-03 02:13:35 +02:00
Example client: Fix secrete command issue
This commit is contained in:
parent
df066955cd
commit
11511840bd
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ sub take_action($$) {
|
||||||
}
|
}
|
||||||
# We unconditionally secrete this pheromone for identification
|
# We unconditionally secrete this pheromone for identification
|
||||||
# by others of our kin.
|
# by others of our kin.
|
||||||
print $socket "secrete 65536 1\r\n";
|
print $socket $state->{tick}." secrete 65536 1\r\n";
|
||||||
print $socket "\r\n";
|
print $socket "\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue