diff --git a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp index dba7da071..ae38eb587 100644 --- a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp +++ b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp @@ -662,10 +662,10 @@ class SnapBuilding { radius = 20; points[] = { {0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT}, - {0,-4.65,0.130,$STR_EPOCH_ACTION_SNAP_BACK}, - {0,4.65,0.130,$STR_EPOCH_ACTION_SNAP_FRONT}, - {-4.99,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT}, - {4.97,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} + {0,-4.64,0.130,$STR_EPOCH_ACTION_SNAP_BACK}, + {0,4.64,0.130,$STR_EPOCH_ACTION_SNAP_FRONT}, + {-4.96,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT}, + {4.95,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} }; };