Skip to content

Commit

Permalink
Merge pull request #999 from the-hideout/fix-boss-icons
Browse files Browse the repository at this point in the history
Fix boss icons
  • Loading branch information
Razzmatazzz authored Oct 25, 2024
2 parents 9b2226c + e65bd2d commit 7e60084
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 7e60084

Please sign in to comment.