Improved comment

This commit is contained in:
jonpas 2015-09-11 17:27:08 +02:00
parent d49798144c
commit 2d3a02085e

View File

@ -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"];