Fix PlasticCase drag direction

This commit is contained in:
jonpas 2016-10-29 21:37:50 +02:00
parent 7c4a7c2328
commit 07ebb83281

View File

@ -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 {