mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
removed extra onpause causing button flicker after abort was pressed
This commit is contained in:
@@ -872,7 +872,7 @@ class RscDisplayMPInterrupt : RscStandardDisplay {
|
|||||||
class CA_B_Abort : CA_B_SAVE {
|
class CA_B_Abort : CA_B_SAVE {
|
||||||
idc = 104;
|
idc = 104;
|
||||||
y = 0.2537 + 0.101903 * 4;
|
y = 0.2537 + 0.101903 * 4;
|
||||||
onButtonClick = "[] execVM '\z\addons\dayz_code\compile\player_onPause.sqf'; call dayz_forceSave;";
|
onButtonClick = "call dayz_forceSave;";
|
||||||
text = $STR_DISP_INT_ABORT;
|
text = $STR_DISP_INT_ABORT;
|
||||||
default = 0;
|
default = 0;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user