1
0
Fork 0
This commit is contained in:
legoboyvdlp R 2021-08-26 23:37:32 +01:00
parent 8c9a94d759
commit 2676e0e778

View file

@ -573,9 +573,8 @@ var takeoff = func {
}
}
setprop("/systems/start-up-on-start", 0);
setlistener("/systems/start-up-on-start", func() {
if (getprop("/systems/start-up-on-start")) {
settimer(takeoff, 5);
}
}, 0, 0);
}, 1, 0);