Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
netquick committed Jul 25, 2024
1 parent fd01573 commit 19d08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeFRaG_Helper/Objects/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public ObservableCollection<MapIcon> GenerateWeaponIcons()
{"Gauntlet", ("Icons/Wepons/iconw_gauntlet.svg", "Cyan") },
{"Grappling hook", ("Icons/Weapons/iconw_grapple.svg", "Green") },
{"Grenade Launcher", ("Icons/Weapons/iconw_grenade.svg", "Green") },
{"Machinegun", ("Icons/Weapons/iconsw_machinegun", "yellow") },
{"Machinegun", ("Icons/Weapons/iconw_machinegun", "yellow") },
{"Proximity Mine Launcher (Team Arena)", ("Icons/Weapons/proxmine.svg", "Red") },
{"Chaingun (Team Arena)", ("Icons/Weapons/chaingun.svg", "Black") },
{"Nailgun (Team Arena)", ("Icons/Weapons/nailgun.svg", "Green") }
Expand Down

0 comments on commit 19d08be

Please sign in to comment.