From 3d9c5fc5d1f314218ddcf3fa9ceb273a475e74b4 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Thu, 14 Jan 2021 16:32:54 +0100 Subject: [PATCH] Fix typo --- SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp index 8ee86ee6d..72caa637d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp @@ -240,7 +240,7 @@ class ItemSuitcaseBomb : CA_Magazine type = 256; }; -class ItemPlasicParts : CA_Magazine +class ItemPlasticParts : CA_Magazine { scope = 2; count = 1;