mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Roll back to old swimming in ground fix
See
e8e5d24e80 (commitcomment-19053648)
comments
This commit is contained in:
@@ -36,5 +36,5 @@ _fires = [
|
||||
_object setPos (_x select 1);
|
||||
_object allowDamage false;
|
||||
if !(_type in _fires) then {_object enableSimulation false;};
|
||||
_object setVariable ["", true]; // stops global setVariable by sched_townGenerator, checked in player_spawnCheck for loot spawn
|
||||
_object setVariable ["",true,false]; // stops global setVariable by sched_townGenerator, checked in player_spawnCheck for loot spawn
|
||||
} count _this;
|
||||
Reference in New Issue
Block a user