mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Removed two unused files. Vanilla commits:42e72463a302726fb1926a7c53ebcf1fb63089959543ea057f
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
_trap = _this select 0;
|
|
|
|
if (getNumber (configFile >> "CfgVehicles" >> typeOf _trap >> "singleUse") > 0) then {
|
|
[_trap,true] call remove_trap;
|
|
} else {
|
|
[_trap] call disarm_trap;
|
|
};
|