1 | /** global: VRS */ |
||
2 | if(VRS && VRS.globalDispatch && VRS.serverConfig) { |
||
3 | VRS.globalDispatch.hook(VRS.globalEvent.bootstrapCreated, function(bootStrap) { |
||
0 ignored issues
–
show
|
|||
4 | VRS.globalOptions.aircraftAllowRegistrationFlagOverride = true; |
||
5 | }); |
||
6 | } |
||
7 |
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.