Skip to content

Commit

Permalink
Dragging - Fix clone showing (#10535)
Browse files Browse the repository at this point in the history
Update CfgVehicles.hpp
  • Loading branch information
SpicyBagpipes authored Dec 7, 2024
1 parent 61e6d10 commit 25c68e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/dragging/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ class CBA_Extended_EventHandlers;

class CfgVehicles {
class C_man_1;
class GVAR(clone): C_man_1 {};
class GVAR(clone): C_man_1 {
scope = 1;
};

// Static weapons
class LandVehicle;
Expand Down

0 comments on commit 25c68e0

Please sign in to comment.