Skip to content

Commit

Permalink
fix knight, bear, usec icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Oct 25, 2024
1 parent a8a3e92 commit 650fd6e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added public/images/bosses/bear-icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/images/bosses/usec-icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function Player() {
turnstileRef.current.reset();
}
for (const result of searchResponse) {
if (result.name === playerData.info.nickname) {
if (result.name === playerData.info.nickname || result.aid === playerData.aid) {
setPlayerBanned(false);
return;
}
Expand Down

0 comments on commit 650fd6e

Please sign in to comment.