From 2d3a02085ee2efe7a23f59e80e06d040ff9c6b9b Mon Sep 17 00:00:00 2001 From: jonpas Date: Fri, 11 Sep 2015 17:27:08 +0200 Subject: [PATCH] Improved comment --- addons/sitting/functions/fnc_sit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sitting/functions/fnc_sit.sqf b/addons/sitting/functions/fnc_sit.sqf index 81b2c82698..ce6401b8d0 100644 --- a/addons/sitting/functions/fnc_sit.sqf +++ b/addons/sitting/functions/fnc_sit.sqf @@ -67,7 +67,7 @@ _player setVariable [QGVAR(isSitting), true]; _seat setVariable [QGVAR(seatOccupied), true, true]; // To prevent multiple people sitting on one seat -// Add PFH to automatically stand up if the chair has moved +// Add automatical stand PFH in case of interruptions _seatPosOrig = getPosASL _seat; [{ params ["_args", "_pfhId"];