mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Sync closeDisplay exit codes for easier scripts.txt filtering
This commit is contained in:
@@ -161,7 +161,7 @@ class PlotManagement
|
||||
x = 0.40 * safezoneW + safezoneX;
|
||||
y = 0.75 * safezoneH + safezoneY;
|
||||
w = 0.08 * safezoneW;
|
||||
onButtonClick = "((ctrlParent (_this select 0)) closeDisplay 9000);";
|
||||
onButtonClick = "((ctrlParent (_this select 0)) closeDisplay 2);";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user