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:
@@ -49,7 +49,7 @@ class EpochDeathBoardDialog
|
||||
y = 0.706267 * safezoneH + safezoneY;
|
||||
w = 0.0743671 * safezoneW;
|
||||
h = 0.0550044 * safezoneH;
|
||||
onButtonClick = "PVDZE_plr_DeathBResult = nil; ((ctrlParent (_this select 0)) closeDisplay 9000);";
|
||||
onButtonClick = "PVDZE_plr_DeathBResult = nil; ((ctrlParent (_this select 0)) closeDisplay 2);";
|
||||
};
|
||||
class RscStructuredText_1100: RscStructuredText
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user