mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 15:12:56 +03:00
Fix blank remove attachment text M4, M240, L110
Some attachments were using incorrect string names.
This commit is contained in:
@@ -676,7 +676,7 @@ class FSM
|
||||
" if (DZE_UseBloodTypes) then {" \n
|
||||
" if (_item == ""ItemBloodbag"") then { _item = ""bloodBagONEG"" }; // Convert ItemBloodbag into universal blood type/rh bag" \n
|
||||
" } else {" \n
|
||||
" if (_item in DZE_typedBags) then {_item = ""ItemBloodbag""};" \n
|
||||
" if (_item in dayz_typedBags) then {_item = ""ItemBloodbag""};" \n
|
||||
" };" \n
|
||||
" dayz_myBackpack addMagazineCargoGlobal [_x,(_backpackMagQty select _countr)];" \n
|
||||
" _countr = _countr + 1;" \n
|
||||
|
||||
Reference in New Issue
Block a user