You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The map options picker has buttons to select a map, however sometimes, due to behaviour from other mods or somehow reloading the options menu, the button for choosing submerged gets cloned.
Expected behaviour
There should be only one button like in this image. Ignore the extra icons as those are from my mod and I got this image via introducing a fix on my end.
Screenshots
This is what it currently appears without the fix.
Version:
Among Us: 2024.11.26
Submerged: 2024.8.26
Additional context
It can be easily fixed by checking whether or not an instance of MapIconByName for submerged already exists in the list here:
The Submerged button is only added during GameOptionsMapPicker.Initialize, which is only called once basically.
I cannot reproduce this - This looks like an incompatibility with another mod.
Describe the bug
The map options picker has buttons to select a map, however sometimes, due to behaviour from other mods or somehow reloading the options menu, the button for choosing submerged gets cloned.
Expected behaviour
There should be only one button like in this image. Ignore the extra icons as those are from my mod and I got this image via introducing a fix on my end.
Screenshots
This is what it currently appears without the fix.
Version:
Additional context
It can be easily fixed by checking whether or not an instance of
MapIconByName
for submerged already exists in the list here:Submerged/Submerged/UI/Patches/MapOptionsButtonPatches.cs
Line 15 in ceaf55f
The text was updated successfully, but these errors were encountered: