Fix carrying direction for Land_WoodenBox_F

This commit is contained in:
jonpas 2016-10-27 23:30:40 +02:00
parent 4868aacb42
commit e83791c246

View File

@ -170,7 +170,7 @@ class CfgVehicles {
};
GVAR(canCarry) = 1;
GVAR(carryPosition[]) = {0,1,1};
GVAR(carryDirection) = 270;
GVAR(carryDirection) = 0;
GVAR(canDrag) = 1;
GVAR(dragPosition[]) = {0,1.4,0};