Skip to content

Commit

Permalink
Merge branch 'Development' of github.com:DayZMod/DayZ into Development
Browse files Browse the repository at this point in the history
  • Loading branch information
R4Z0R49 committed Feb 16, 2016
2 parents 6ab8ee0 + 5ef4159 commit 356d033
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions SQF/dayz_code/Configs/CfgWeapons/Rifles/M4A1.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ class M4A1_ACOG_DZ : M4A1_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_DZ'] call player_removeAttachment";
};
};
Expand All @@ -819,7 +819,7 @@ class M4A1_ACOG_FL_DZ : M4A1_FL_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_FL_DZ'] call player_removeAttachment";
};
class RemoveFlashlight
Expand Down Expand Up @@ -848,7 +848,7 @@ class M4A1_ACOG_SD_DZ : M4A1_SD_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_SD_DZ'] call player_removeAttachment";
};
class RemoveSuppressor
Expand Down Expand Up @@ -876,7 +876,7 @@ class M4A1_ACOG_SD_FL_DZ : M4A1_SD_FL_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_SD_FL_DZ'] call player_removeAttachment";
};
class RemoveSuppressor
Expand Down Expand Up @@ -912,7 +912,7 @@ class M4A1_GL_ACOG_DZ : M4A1_GL_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_GL_DZ'] call player_removeAttachment";
};
class RemoveGL
Expand Down Expand Up @@ -940,7 +940,7 @@ class M4A1_GL_ACOG_FL_DZ : M4A1_GL_FL_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_GL_FL_DZ'] call player_removeAttachment";
};
class RemoveGL
Expand Down Expand Up @@ -973,7 +973,7 @@ class M4A1_GL_ACOG_SD_DZ : M4A1_GL_SD_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_GL_SD_DZ'] call player_removeAttachment";
};
class RemoveGL
Expand Down Expand Up @@ -1003,7 +1003,7 @@ class M4A1_GL_ACOG_SD_FL_DZ : M4A1_GL_SD_FL_DZ
{
class RemoveACOG
{
text = $STR_DZ_ATT_ACOG_REM;
text = $STR_DZ_ATT_ACOG_RMVE;
script = "; ['Attachment_ACOG',_id,'M4A1_GL_SD_FL_DZ'] call player_removeAttachment";
};
class RemoveGL
Expand Down

0 comments on commit 356d033

Please sign in to comment.