mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Simplified
This commit is contained in:
parent
110d4bc213
commit
74513f54cb
@ -9,8 +9,8 @@
|
||||
Returns: SIDE - unit's side
|
||||
*/
|
||||
|
||||
private [ "_r", "_f" ];
|
||||
_f = getText ( configFile >> "CfgVehicles" >> _this >> "faction" );
|
||||
private "_r";
|
||||
private _f = getText ( configFile >> "CfgVehicles" >> _this >> "faction" );
|
||||
if not ( _f isEqualTo "" ) then
|
||||
{
|
||||
scopeName "isEqualTo";
|
||||
|
Loading…
Reference in New Issue
Block a user