mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Consolidate maintain scripts
Thanks to @oiad for making this easy #1735
This commit is contained in:
@@ -42,7 +42,7 @@ class PlotManagement
|
||||
x = 0.41 * safezoneW + safezoneX;
|
||||
y = 0.22 * safezoneH + safezoneY;
|
||||
w = 0.08 * safezoneW;
|
||||
onButtonClick = "[""preview""] call MaintainPlot;";
|
||||
onButtonClick = "'preview' call MaintainPlot;";
|
||||
};
|
||||
|
||||
class RscShortcutButton_7011: ZSC_RscButtonMenuBlue
|
||||
@@ -52,7 +52,7 @@ class PlotManagement
|
||||
x = 0.51 * safezoneW + safezoneX;
|
||||
y = 0.22 * safezoneH + safezoneY;
|
||||
w = 0.08 * safezoneW;
|
||||
onButtonClick = "[""maintain""] call MaintainPlot;";
|
||||
onButtonClick = "'maintain' call MaintainPlot;";
|
||||
};
|
||||
class RscText_7012: ZSC_RscTextT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user