Skip to content

Commit

Permalink
Manual Fix #1931
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jul 28, 2015
1 parent 626a9cf commit bfd3aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/explosives/CfgModule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class ACE_ModuleExplosive: ACE_Module {
defaultValue = 1;
};
class ExplodeOnDefuse {
displayName = "$STR_ACE_Explosive_ExplodeOnDefuse_DisplayName";
description = "$STR_ACE_Explosive_ExplodeOnDefuse_Description";
displayName = CSTRING(ExplodeOnDefuse_DisplayName);
description = CSTRING(ExplodeOnDefuse_Description);
typeName = "BOOL";
defaultValue = 1;
};
Expand Down

0 comments on commit bfd3aa7

Please sign in to comment.