mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Cleaned up excessive whitespace
This commit is contained in:
@ -9,7 +9,7 @@ class CfgWeapons {
|
||||
displayName = CSTRING(sandbagEmpty_displayName);
|
||||
model = PATHTOF(data\ace_sandbag_m.p3d);
|
||||
picture = PATHTOF(data\m_sandbag_ca.paa);
|
||||
|
||||
|
||||
class ItemInfo: InventoryItem_Base_F {
|
||||
mass = 8;
|
||||
};
|
||||
@ -21,7 +21,7 @@ class CfgWeapons {
|
||||
displayName = CSTRING(sandbag_displayName);
|
||||
model = PATHTOF(data\ace_sandbag_build.p3d);
|
||||
picture = PATHTOF(data\m_sandbag_ca.paa);
|
||||
|
||||
|
||||
class ItemInfo: InventoryItem_Base_F {
|
||||
mass = 160;
|
||||
};
|
||||
|
Reference in New Issue
Block a user