mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
don't make Explosives close one display at death
This commit is contained in:
parent
e3c5396593
commit
b7e3646697
@ -21,7 +21,7 @@ TRACE_1("params",_unit);
|
|||||||
|
|
||||||
if (_unit == ace_player) then {
|
if (_unit == ace_player) then {
|
||||||
// close cellphone if open
|
// close cellphone if open
|
||||||
closeDialog 0;
|
findDisplay 8855 closeDisplay 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Exit if no item:
|
// Exit if no item:
|
||||||
|
Loading…
Reference in New Issue
Block a user