diff --git a/mods/deathmatch/resources/weapon/ammo_g.lua b/mods/deathmatch/resources/weapon/ammo_g.lua index 8a357ff4..531d4386 100644 --- a/mods/deathmatch/resources/weapon/ammo_g.lua +++ b/mods/deathmatch/resources/weapon/ammo_g.lua @@ -7,7 +7,7 @@ * *********************************************************************************************************************** ]] -local ammunition = { +ammunition = { [1] = { id = 1, cartridge = '9mm', @@ -139,4 +139,4 @@ function formatWeaponNames(weapons) buffer = buffer..getWeaponNameFromID(weap_id)..', ' end return string.sub(buffer, 1, string.len(buffer)-2) -end \ No newline at end of file +end