mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
Sync closeDisplay exit codes for easier scripts.txt filtering
This commit is contained in:
@@ -10,7 +10,7 @@ if (count(_this) > 0) then
|
||||
|
||||
// close DoorAccess if open
|
||||
_display = findDisplay 61144;
|
||||
_display closeDisplay 3000;
|
||||
_display closeDisplay 2;
|
||||
|
||||
// Check player access
|
||||
_hasAccess = [player, TheDoor] call FNC_check_access;
|
||||
|
||||
@@ -2,7 +2,7 @@ private "_display";
|
||||
|
||||
// Close DoorAccess
|
||||
_display = findDisplay 61144;
|
||||
_display closeDisplay 3000;
|
||||
_display closeDisplay 2;
|
||||
if (DZE_doorManagementAllowManualCode) then {
|
||||
//DZE_Lock_Door != (this getvariable['CharacterID','0']);
|
||||
DZE_topCombo = 0;
|
||||
|
||||
Reference in New Issue
Block a user