Skip to content

Commit

Permalink
Merge pull request #350 from Zarickan/patch-1
Browse files Browse the repository at this point in the history
Added missing ;
  • Loading branch information
Alexis Haumaitre committed Jun 9, 2018
2 parents 6ca16d5 + 53b04da commit cca9427
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@ with missionNamespace do{
_data = _x;
_name2 = _x select 0;
if(_name2 isEqualTo _name)exitWith{
_data set [2,_locked]
_data set [2,_locked];
_array set [_foreachindex,_data];
};
} forEach _array;
Expand All @@ -16,4 +16,4 @@ with missionNamespace do{
};

//update all clients that are looking in the garage
["updateVehicleSingleData",[_name,_index,nil,_locked]] remoteExecCall ["jn_fnc_garage",server getVariable ["jng_playersInGarage",[]]];
["updateVehicleSingleData",[_name,_index,nil,_locked]] remoteExecCall ["jn_fnc_garage",server getVariable ["jng_playersInGarage",[]]];

0 comments on commit cca9427

Please sign in to comment.