Skip to content

Commit 7bcdf98

Browse files
committed
fixed file names
1 parent f791853 commit 7bcdf98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/CachedAssetsManager.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ const contents = [
5757

5858
// Character Icon for a player
5959
"ItemConfigAvatarPlayerIcon",
60-
"AvatarPlayerIcon.json",
60+
"AvatarPlayerIcon",
6161

6262
// Other Icon for a player
6363
"ItemPlayerCard",
64-
"PlayerIcon.json",
64+
"PlayerIcon",
6565
];
6666

6767
const textMapWhiteList: number[] = [

0 commit comments

Comments
 (0)