diff --git a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp index ae38eb587..63ca569f3 100644 --- a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp +++ b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp @@ -217,7 +217,7 @@ class SnapBuilding { {0,-2.32,0.130,$STR_EPOCH_ACTION_SNAP_BACK}, {0,2.32,0.130,$STR_EPOCH_ACTION_SNAP_FRONT}, {-2.494,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT}, - {2.47,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} + {2.45,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} }; radius = 10; }; @@ -228,8 +228,8 @@ class SnapBuilding { {0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT}, {0,-1.3,0.130,$STR_EPOCH_ACTION_SNAP_BACK}, {0,1.3,0.130,$STR_EPOCH_ACTION_SNAP_FRONT}, - {-1.3,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT}, - {1.3,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} + {-1.258,0.027,0.130,$STR_EPOCH_ACTION_SNAP_LEFT}, + {1.258,0.027,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} }; radius = 10; }; @@ -308,8 +308,8 @@ class SnapBuilding { points[] = { {0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT}, {0,0,2.62,$STR_EPOCH_ACTION_SNAP_TOP}, - {-1.12,0,1.5,$STR_EPOCH_ACTION_SNAP_LEFT}, - {1.12,0,1.5,$STR_EPOCH_ACTION_SNAP_RIGHT} + {-1.26,0,1.32,$STR_EPOCH_ACTION_SNAP_LEFT}, + {1.26,0,1.32,$STR_EPOCH_ACTION_SNAP_RIGHT} }; radius = 10; };