Skip to content

Commit

Permalink
Fix bodybag string macro
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jun 13, 2015
1 parent 1cbe972 commit affe323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ class CfgVehicles {
EGVAR(dragging,dragDirection) = 0;
class ACE_Actions {
class ACE_MainActions {
displayName = CSTRING(MainAction);
displayName = ECSTRING(interaction,MainAction);
distance = 5;
condition = QUOTE(true);
statement = "";
Expand Down

0 comments on commit affe323

Please sign in to comment.