Skip to content

Commit

Permalink
close #49 delete trenches on round end
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed May 11, 2020
1 parent 78621f8 commit bb6fb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion functions/linearSD/fn_playzoneCleanup.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ private _objectTypesToDelete = [
"WeaponHolderSimulated",
"WeaponHolderSimulated_Scripted",
"GroundWeaponHolder",
"GroundWeaponHolder_Scripted"
"GroundWeaponHolder_Scripted",
"BagFence_base_F"
];

private _sectorTriggersCopy = +GVAR(sectorTriggers);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tvt-template",
"description": "Gruppe Adler TvT Template",
"version": "1.8.0",
"version": "1.8.1",
"contributors": [
{
"name": "McDiod"
Expand Down

0 comments on commit bb6fb80

Please sign in to comment.