Engine: remove () after isRunning, which causes bugs

This commit is contained in:
Sidi Liang 2019-08-09 21:35:42 +08:00
parent 4435d881ea
commit 7c4528d6bc
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ var startEngine = func(){
if(signal){
print("Engine started");
}
}else if(followme.chargeTimer.isRunning()){
}else if(followme.chargeTimer.isRunning){
#screen.log.write("Battery is recharging, cannot start engine.", 0, 0.584, 1);
setprop("/sim/sound/voices/pilot", "Battery is recharging, cannot start engine.");
}