Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG REPORT] Walls Block Audio is disabled #27

Open
7 tasks done
JKohlman opened this issue Mar 12, 2022 · 0 comments
Open
7 tasks done

[BUG REPORT] Walls Block Audio is disabled #27

JKohlman opened this issue Mar 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@JKohlman
Copy link

JKohlman commented Mar 12, 2022

Pre-Flight Checklist

Please use this checklist to avoid spamming:

  1. I am not asking a question => use the Discord if you are
  2. I have tried to use an alternative voice server
  3. I have checked everyone in my lobby is on the same BetterCrewLink/CrewLink server
  4. I have clicked in Refresh on the BetterCrewLink mobile app when I can't hear some people (this is a known issue)
  5. I have checked that the BetterCrewLink/CrewLink server I'm using is up to date
  6. I have a screenshot of any errors
  7. I have checked that someone else has not reported this using the search bar

Describe the bug

Walls Block Audio has been commented out and should be re-enabled if not causing issues.

// if (
// lobbySettings.wallsBlockAudio &&
// !me.isDead &&
// poseCollide({ x: me.x, y: me.y }, { x: other.x, y: other.y }, gameState.map)
// ) {
// endGain = 0;
// }

@JKohlman JKohlman added the bug Something isn't working label Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant