Skip to content

Commit

Permalink
Interaction - Fix PlasticCase_01_base_F UBC (acemod#8681)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and AndreasBrostrom committed Dec 3, 2021
1 parent 63de9ed commit 32720ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/interaction/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ class CfgVehicles {
class ACE_SelfActions {};
};

class PlasticCase_01_base_F: ThingX {
class Items_base_F;
class PlasticCase_01_base_F: Items_base_F {
class ACE_Actions {
class ACE_MainActions {
displayName = CSTRING(MainAction);
Expand Down

0 comments on commit 32720ed

Please sign in to comment.