Skip to content

Commit

Permalink
fix purple dildo and silver vibrator names
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Oct 15, 2024
1 parent 7e6b4d0 commit 62158f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Client/mods/deathmatch/logic/CWeaponNames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ static const SWeaponName _WeaponNames[] = {{"Fist"},
{"Poolstick"},
{"Katana"},
{"Chainsaw"},
{"Purple Dildo"},
{"Dildo"},
{"Dildo"},
{"Vibrator"},
{"Vibrator"},
{"Silver Vibrator"},
{"Flower"},
{"Cane"},
{"Grenade"},
Expand Down
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/logic/CWeaponNames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ SWeaponName WeaponNames[] = {{"Fist"},
{"Poolstick"},
{"Katana"},
{"Chainsaw"},
{"Purple Dildo"},
{"Dildo"},
{"Dildo"},
{"Vibrator"},
{"Vibrator"},
{"Silver Vibrator"},
{"Flower"},
{"Cane"},
{"Grenade"},
Expand Down

0 comments on commit 62158f9

Please sign in to comment.