Skip to content

Commit

Permalink
fixing M4A4 name & adding "default" agent images
Browse files Browse the repository at this point in the history
  • Loading branch information
originalaidn committed Nov 24, 2024
1 parent 1ea6846 commit 1e04ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/K4Ranks/RanksController.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function viewProfile(Request $request, $steam_id, $server_id) {
'g3sg1' => 'G3SG1',
'galilar' => 'Galil AR',
'm249' => 'M249',
'm4a1' => 'M4A1',
'm4a1' => 'M4A4',
'mac10' => 'MAC-10',
'p90' => 'P90',
'mp5sd' => 'MP5-SD',
Expand Down
4 changes: 2 additions & 2 deletions resources/json/agents.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"team": 2,
"image": "",
"image": "https://raw.githubusercontent.com/Nereziel/cs2-WeaponPaints/main/website/img/skins/agent-5205.png",
"model": "null",
"agent_name": "Agent | Default"
},
{
"team": 3,
"image": "",
"image": "https://raw.githubusercontent.com/Nereziel/cs2-WeaponPaints/main/website/img/skins/agent-4619.png",
"model": "null",
"agent_name": "Agent | Default"
},
Expand Down

0 comments on commit 1e04ec4

Please sign in to comment.