mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix typo in maglite p3d name
This commit is contained in:
parent
2b4d807acc
commit
f84949e7ae
@ -41,7 +41,7 @@ class CfgWeapons {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = CSTRING(XL50_DisplayName);
|
||||
descriptionShort = CSTRING(XL50_Description);
|
||||
model = QPATHTOF(data\Maglight.p3d);
|
||||
model = QPATHTOF(data\Maglite.p3d);
|
||||
picture = QPATHTOF(UI\xl50_ca.paa);
|
||||
scope = 2;
|
||||
class ItemInfo: CBA_MiscItem_ItemInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user