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
feef60b72a
commit
7c4b8aae18
@ -33,6 +33,7 @@ if (!isNull _object && !(_class isEqualTo "")) then {
|
|||||||
};
|
};
|
||||||
case 1: {
|
case 1: {
|
||||||
_newObj attachTo [_object,[0,0,0]];
|
_newObj attachTo [_object,[0,0,0]];
|
||||||
|
detach _newObj;
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
case 2: {
|
case 2: {
|
||||||
|
Loading…
Reference in New Issue
Block a user