mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Disable moving group dialog
This commit is contained in:
@@ -106,7 +106,7 @@ class DZ_GroupButton: RscButton {
|
|||||||
|
|
||||||
class DZ_GroupDialog {
|
class DZ_GroupDialog {
|
||||||
idd = 80000;
|
idd = 80000;
|
||||||
movingEnable = 1;
|
movingEnable = 0;
|
||||||
enableSimulation = 1;
|
enableSimulation = 1;
|
||||||
|
|
||||||
class ControlsBackground {
|
class ControlsBackground {
|
||||||
@@ -224,4 +224,4 @@ class DZ_GroupDialog {
|
|||||||
y = .5765;
|
y = .5765;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user