System: delete not needed code

This commit is contained in:
Sidi Liang 2021-08-19 15:26:13 +08:00
parent df00a276f1
commit 54d38a1f49
No known key found for this signature in database
GPG Key ID: 9785F5EECFFA5311
1 changed files with 0 additions and 10 deletions

View File

@ -743,16 +743,6 @@ var Safety = {
};
var safety = Safety.new(140, 75);
var brakeWithABS = func(){ #//Doesn't seems to work because it seems that jsbsim wheels never overbrake?
#//abondoned since the new safety system
var brakeCmd = props.getNode("/",1).getValue("/controls/gear/brake-left");
if(brakeCmd){
absTimer.start();
}else{
absTimer.stop();
}
}
#//Service Staion
io.include("service.nas");
#var stationPath = getprop("sim/aircraft-dir")~'/Models/Service-Station/Service-Staion.ac';