Skip to content

Commit be7a16c

Browse files
committed
Fix icons
1 parent e685ed7 commit be7a16c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/js/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,16 +546,16 @@ function addBP(player){
546546
container.href = `user.php?q=${string}`
547547
switch (rank){
548548
case 1:
549-
rank_img.src = '/resources/others/textures/pack/388-0.png'
549+
rank_img.src = 'resources/others/textures/pack/388-0.png'
550550
break
551551
case 2:
552-
rank_img.src = '/resources/others/textures/pack/264-0.png'
552+
rank_img.src = 'resources/others/textures/pack/264-0.png'
553553
break
554554
case 3:
555-
rank_img.src = '/resources/others/textures/pack/266-0.png'
555+
rank_img.src = 'resources/others/textures/pack/266-0.png'
556556
break
557557
case 4:
558-
rank_img.src = '/resources/others/textures/pack/265-0.png'
558+
rank_img.src = 'resources/others/textures/pack/265-0.png'
559559
break
560560
}
561561
container.appendChild(img)

0 commit comments

Comments
 (0)