Merge branch 'dev' into new-font
This commit is contained in:
commit
026b09a855
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ var fuelSvc = {
|
|||
|
||||
if (me.enable.getValue() and me.connect.getValue()) {
|
||||
me.operate.setBoolValue(1);
|
||||
} else {
|
||||
screen.log.write("Fuel truck not connected", 1, 0, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
fuelTimer.start();
|
||||
|
|
Loading…
Reference in a new issue