mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_swapBuilding.sqf
This commit is contained in:
parent
981d1e6e8e
commit
04c97cf187
@ -35,13 +35,11 @@ if (!isNull _object && !(_class isEqualTo "")) then {
|
||||
_newObj attachTo [_object,[0,0,0]];
|
||||
detach _newObj;
|
||||
};
|
||||
/*
|
||||
case 2: {
|
||||
_newObj setPosWorld _objectPos;
|
||||
_newObj setDir (getDir _object);
|
||||
_newObj setPosWorld (getPosWorld _object);
|
||||
_newObj setVectorUp (vectorup _object);
|
||||
};
|
||||
*/
|
||||
};
|
||||
deleteVehicle _object;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user