1
0
Fork 0
This commit is contained in:
mfranz 2006-08-09 13:55:48 +00:00
parent 31307ae9e0
commit 4f90536ea6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# tasks.
print("Target Lead script loading ...");
printlog("info", "Target Lead script loading ...");
# script defaults (configurable if you like)
default_update_period = 0.05;

View file

@ -52,7 +52,7 @@
# Enjoy the ride!
print("Target Tracking script loading ...");
printlog("info", "Target Tracking script loading ...");
# script defaults (configurable if you like)
default_update_period = 0.05;