From a27408af7b7cc1f407ce1fcb71287215bc7ac78d Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Tue, 19 Jan 2021 13:32:05 +0100 Subject: [PATCH] Update snappoints.hpp --- SQF/dayz_code/Configs/CfgExtra/snappoints.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} }; };