mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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
|
||||
{
|
||||
_object enableSimulation true;
|
||||
_x enableSimulation true;
|
||||
_x setVelocity [0,0,1];
|
||||
} count DZE_VehObjects;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user