From 429a6aec9b125c937fad74d517627324229d9d1c Mon Sep 17 00:00:00 2001 From: ebayShopper Date: Tue, 29 Nov 2016 12:14:08 -0500 Subject: [PATCH] Disable moving group dialog --- SQF/dayz_code/Configs/RscDisplay/RscGroups.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/RscDisplay/RscGroups.hpp b/SQF/dayz_code/Configs/RscDisplay/RscGroups.hpp index c5ce0cc97..433fe5c26 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscGroups.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscGroups.hpp @@ -106,7 +106,7 @@ class DZ_GroupButton: RscButton { class DZ_GroupDialog { idd = 80000; - movingEnable = 1; + movingEnable = 0; enableSimulation = 1; class ControlsBackground { @@ -224,4 +224,4 @@ class DZ_GroupDialog { y = .5765; }; }; -}; \ No newline at end of file +};