mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix PlasticCase drag direction
This commit is contained in:
parent
7c4a7c2328
commit
07ebb83281
@ -128,7 +128,7 @@ class CfgVehicles {
|
||||
|
||||
GVAR(canDrag) = 1;
|
||||
GVAR(dragPosition[]) = {0,1.2,0};
|
||||
GVAR(dragDirection) = 0;
|
||||
GVAR(dragDirection) = 270;
|
||||
};
|
||||
class MetalCase_01_base_F: Items_base_F {
|
||||
class EventHandlers {
|
||||
|
Loading…
Reference in New Issue
Block a user