Fix BagFenceRound making the player slide (#1946)

Fixes: https://github.com/EpochModTeam/DayZ-Epoch/issues/1945
This commit is contained in:
oiad
2017-04-17 05:54:25 +12:00
committed by ebayShopper
parent 78fbd7ac53
commit 8d3be10e61

View File

@@ -249,7 +249,7 @@ class BagFenceRound_DZ: BuiltItems
cost = 100;
model = "\ca\misc2\BagFenceRound.p3d";
icon = "\Ca\misc3\data\Icons\icon_bagFenceRound_ca.paa";
offset[] = {0,1.5,0.5};
offset[] = {0,2.25,0.5};
mapSize = 2;
armor = 400;
displayName = $STR_EQUIP_NAME_21_ROUND;