mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Fix G36C ACOG
Vanilla commit: https://github.com/DayZMod/DayZ/commit/2fb799235b47822a08fc1459169486ef13de65f1
This commit is contained in:
@@ -52,6 +52,7 @@ class G36C_DZ : G36C
|
||||
{
|
||||
Attachment_CCO = "G36C_CCO_DZ";
|
||||
Attachment_Holo = "G36C_Holo_DZ";
|
||||
Attachment_ACOG = "G36C_ACOG_DZ";
|
||||
Attachment_Sup556 = "G36C_SD_DZ";
|
||||
};
|
||||
};
|
||||
@@ -72,6 +73,7 @@ class G36C_SD_DZ : G36_C_SD_eotech
|
||||
{
|
||||
Attachment_CCO = "G36C_CCO_SD_DZ";
|
||||
Attachment_Holo = "G36C_Holo_SD_DZ";
|
||||
Attachment_ACOG = "G36C_ACOG_SD_DZ";
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
|
||||
Reference in New Issue
Block a user