1
0
Fork 0

Merge branch 'dev' into new-font

This commit is contained in:
Jonathan Redpath 2021-12-06 20:01:23 +00:00
commit 026b09a855

View file

@ -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();