-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Players out of the map #181
Comments
There's no way lmao I'll take a look soon |
Sure, I updated my comment btw cuz I think this may be due to this patch: https://github.com/SubmergedAmongUs/Submerged/blob/main/Submerged/Vents/Patches/CentralVentPatches.cs But you know better than me ofc (: |
That's probably what is causing this yes, but that change is only applied during the call to CanUse, after the CanUse call is finished the patch is disabled so you still should not be able to walk through |
But maybe the call CanUse is always being called because the game constantly checks if you can use nearby vents if you have the ability to do so. So that may mean that the patch is always running, making you always walk through. |
Description:
Roles that can vent will be able to get out of the map at a certain spot for some reason. This does not apply to non venters.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You should not clip through walls lol.
Screenshots
Video.
Version:
Latest Among Us and Submerged Versions. (Submerged 2024.8.26, Among Us 2024.11.26)
Log file
Logs don't say anything about the bug anyway.
Video:
https://github.com/user-attachments/assets/51c22720-6bab-4f61-bde1-d8cf08a9beec
Note:
This may be because of the "AnythingBetweenPatch" here: https://github.com/SubmergedAmongUs/Submerged/blob/main/Submerged/Vents/Patches/CentralVentPatches.cs
The text was updated successfully, but these errors were encountered: