mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Wrong variable
This commit is contained in:
@@ -329,7 +329,7 @@ _respawnPos = getMarkerpos "respawn_west";
|
|||||||
|
|
||||||
[] spawn { //enable simulation on vehicles after all buildables are spawned
|
[] spawn { //enable simulation on vehicles after all buildables are spawned
|
||||||
{
|
{
|
||||||
_object enableSimulation true;
|
_x enableSimulation true;
|
||||||
_x setVelocity [0,0,1];
|
_x setVelocity [0,0,1];
|
||||||
} count DZE_VehObjects;
|
} count DZE_VehObjects;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user