Merge pull request #7 from macchky/fix2

Silly mistake
This commit is contained in:
happydayz-enigma 2016-10-09 19:34:51 +11:00 committed by GitHub
commit 50b97a4310

View File

@ -102,9 +102,9 @@ if (!local _requestingPlayer) then
_money = _requestingPlayer getVariable ["ExileMoney", 0];
// Remove all items from dead body
_clear =
_clear =
{
_this = _object;
_object = _this;
removeAllActions _object;
removeAllAssignedItems _object;
removeHeadgear _object;