Skip to content

Commit

Permalink
Fastrope/IntelItems - Fix destType (#10538)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Dec 9, 2024
1 parent 7bdf3c2 commit 2872c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/fastroping/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class CfgVehicles {

class Helicopter_Base_F;
class ACE_friesBase: Helicopter_Base_F {
destrType = "";
destrType = "DestructNo";
class Turrets {};
class ACE_Actions {};
class ACE_SelfActions {};
Expand Down
2 changes: 1 addition & 1 deletion addons/intelitems/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CfgVehicles {
icon = "iconObject_2x3";
mapSize = 0.3;
simulation = "House"; // Needed because the objects don't have good collision physx
destrType = "DesturctNo";
destrType = "DestructNo";
curatorInfoTypeEmpty = QGVAR(RscSetData);
editorSubcategory = QUOTE(XADDON);
GVAR(magazine) = "";
Expand Down

0 comments on commit 2872c00

Please sign in to comment.