mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Update vanilla building
Vanilla commit: https://github.com/DayZMod/DayZ/commit/5604a8820bb2d1f6ae3459a92fbefa6cc93fe3c0
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
position="action";
|
||||
radius = 3.0;
|
||||
onlyForPlayer = 1;
|
||||
condition = "alive this";
|
||||
condition = "!dayz_actionInProgress && (alive this)";
|
||||
statement = "this spawn object_dismantle;";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
position="action";
|
||||
radius = 2.7;
|
||||
onlyForPlayer = 1;
|
||||
condition = "alive this";
|
||||
condition = "!dayz_actionInProgress && (alive this)";
|
||||
statement = "this spawn object_dismantle;";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
position="action";
|
||||
radius = 3.0;
|
||||
onlyForPlayer = 1;
|
||||
condition = "alive this";
|
||||
condition = "!dayz_actionInProgress && (alive this)";
|
||||
statement = "this spawn object_dismantle;";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user