This commit is contained in:
David St-Onge 2017-02-22 19:47:55 -05:00
parent a30f9dbf95
commit fd1b55588e
1 changed files with 3 additions and 1 deletions

View File

@ -125,8 +125,10 @@ function land() {
neighbors.broadcast("cmd", 21)
uav_land()
}
else
else {
barrier = nil
statef=idle
}
}
# Executed once at init time.