From 761e4aec6431017a4df63c8ee9f01f31e3f5014f Mon Sep 17 00:00:00 2001 From: commy2 Date: Sat, 11 Apr 2015 16:27:04 +0200 Subject: [PATCH] edit description --- addons/common/functions/fnc_dropBackpack.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/common/functions/fnc_dropBackpack.sqf b/addons/common/functions/fnc_dropBackpack.sqf index 4655e974a3..a2fd38b7c3 100644 --- a/addons/common/functions/fnc_dropBackpack.sqf +++ b/addons/common/functions/fnc_dropBackpack.sqf @@ -1,13 +1,13 @@ /* * Author: commy2 * - * Drops a backback. Also returns the object of the dropped backpack. + * Drops a backback. Also returns the ground wepaon holder object of the dropped backpack. * * Argument: * 0: Unit that has a backpack (Object) * * Return value: - * Backpack object (Object) + * Ground wepaon holder with backpack (Object) * */ #include "script_component.hpp"