forked from Simnation/Main
d
This commit is contained in:
parent
db8bf32d69
commit
c966c0a5e7
2 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,10 @@ local speed_measure = "Km/h" -- default unit to measure vehicle speed but can be
|
||||||
|
|
||||||
heli = {
|
heli = {
|
||||||
"polmav",
|
"polmav",
|
||||||
|
"as350",
|
||||||
|
"uh1"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Script starts here
|
-- Script starts here
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config.stashes = {
|
config.stashes = {
|
||||||
active = false,
|
active = true,
|
||||||
locations = {
|
locations = {
|
||||||
{
|
{
|
||||||
coords = vec3(452.3, -991.4, 30.7),
|
coords = vec3(452.3, -991.4, 30.7),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue