mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix carrying direction for Land_WoodenBox_F
This commit is contained in:
parent
4868aacb42
commit
e83791c246
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user