Battleye filters (createvehicle.txt) not logging helicopters
1.Context
Battleye will not log helicopters (other vehicles?) spawned using the createvehicle command.
1.1. createvehicle.txt content
-------------------------------------------------
//new
3 "" //OR 1 .+ OR 1 [.\s\S]*
1.2 Script (local execution) and createvehicle.log after running the script
createVehicle ["B_Heli_Light_01_F", position player, [], 0, "NONE"];
14.06.2015 08:37:33: -[EUTW]- JRog (censored) censored - #0 "Supply40" 3:2 [0,0,0]
14.06.2015 08:37:33: -[EUTW]- JRog (censored) censored - #0 "Supply140" 3:3 [0,0,0]
14.06.2015 08:37:33: -[EUTW]- JRog (censored) censored - #0 "GroundWeaponHolder" 3:4 [27842,23652,4]
14.06.2015 08:37:33: -[EUTW]- JRog (censored) censored - #0 "B_AssaultPack_rgr" 3:5 [0,0,0]
14.06.2015 08:38:13: -[EUTW]- JRog (censored) censored - #0 "B_Parachute" 3:12 [0,0,0]
14.06.2015 08:38:13: -[EUTW]- JRog (censored) censored - #0 "B_Parachute" 3:13 [0,0,0]
14.06.2015 08:38:13: -[EUTW]- JRog (censored) censored - #0 "B_Parachute" 3:14 [0,0,0]
14.06.2015 08:38:13: -[EUTW]- JRog (censored) censored - #0 "B_Parachute" 3:15 [0,0,0]
1.3 Additional tests
The following is logged properly:
createVehicle ["B_MBT_01_arty_F", position player, [], 0, "NONE"];
14.06.2015 08:45:28: -[EUTW]- JRog (censored) censored - #0 "B_MBT_01_arty_F" 3:16 [27841,23616,6]