mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fix some issues with traps
Removed two unused files. Vanilla commits:42e72463a302726fb1926a7c53ebcf1fb63089959543ea057f
This commit is contained in:
@@ -10,7 +10,9 @@ if (!isNull _trap) then {
|
||||
if (isNull _trap) exitWith { /* break from loop */ };
|
||||
|
||||
if (((parseNumber _id > 0) || (parseNumber _uid > 0)) && !isNil "_armed") exitWith {
|
||||
dayz_traps set [count dayz_traps, _trap];
|
||||
if (isServer) then {
|
||||
dayz_traps set [count dayz_traps, _trap];
|
||||
};
|
||||
};
|
||||
|
||||
uiSleep 0.5;
|
||||
|
||||
Reference in New Issue
Block a user