Fixed message for toggling chat channel

Fixed stack overflow for untoggling chat channels
This commit is contained in:
2022-05-30 19:43:31 +02:00
parent 82eecc3142
commit 4068ad8ea6
4 changed files with 6 additions and 6 deletions
@@ -27,7 +27,7 @@ public class ToggleableForCustomChannel extends Toggleable {
@Override
public void setOff(UUID uuid) {
disableToggles(uuid);
toggledUsers.remove(uuid);
}
@Override