Skip to content

Commit

Permalink
Fix spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theace0296 committed Nov 1, 2021
1 parent 5fc5b12 commit f8d16ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RandFramework/Server/mission/fn_populateSideMission.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if ((_sideType isEqualTo 7 || _sideType isEqualTo 5) && _bFriendlyInsurgents) th
_officerObject setPosATL (selectRandom _allpositionsMainBuiding);
removeAllWeapons _officerObject;
};
if (_sideType isEqualTo 4) then { //if mission is informat, then dont be walkig around
if (_sideType isEqualTo 4) then { //if mission is informant, then dont be walkig around
private _sInformantName = format["objInformant%1",_iTaskIndex];
private _InformantObject = missionNamespace getVariable [_sInformantName , objNull];
_InformantObject setVariable ["StopWalkScript", true];
Expand Down

0 comments on commit f8d16ae

Please sign in to comment.